[office-js] [office-js-preview] (Outlook) Remove sender mention in Msg Comp mode (#48139)

This commit is contained in:
Elizabeth Samuel 2020-09-24 09:30:47 -07:00 committed by GitHub
parent 7df1be7bb2
commit 4996e95a51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -14186,9 +14186,6 @@ declare namespace Office {
/**
* Gets the email address of the sender of a message.
*
* The `from` and `sender` properties represent the same person unless the message is sent by a delegate.
* In that case, the `from` property represents the owner, and the `sender` property represents the delegate.
*
* The `from` property returns a `From` object that provides a method to get the from value.
*
* [Api set: Mailbox 1.7]

View File

@ -13373,9 +13373,6 @@ declare namespace Office {
/**
* Gets the email address of the sender of a message.
*
* The `from` and `sender` properties represent the same person unless the message is sent by a delegate.
* In that case, the `from` property represents the owner, and the `sender` property represents the delegate.
*
* The `from` property returns a `From` object that provides a method to get the from value.
*
* [Api set: Mailbox 1.7]