mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[office-js] [office-js-preview] (Outlook) Remove sender mention in Msg Comp mode (#48139)
This commit is contained in:
parent
7df1be7bb2
commit
4996e95a51
3
types/office-js-preview/index.d.ts
vendored
3
types/office-js-preview/index.d.ts
vendored
@ -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]
|
||||
|
||||
3
types/office-js/index.d.ts
vendored
3
types/office-js/index.d.ts
vendored
@ -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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user