diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 3faf6c4370..9de10e8188 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -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] diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 6ad6f2e3a5..d9a674769c 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -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]