From 4996e95a51972688af1e8cc61a702cb7bf6b2146 Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Thu, 24 Sep 2020 09:30:47 -0700 Subject: [PATCH] [office-js] [office-js-preview] (Outlook) Remove sender mention in Msg Comp mode (#48139) --- types/office-js-preview/index.d.ts | 3 --- types/office-js/index.d.ts | 3 --- 2 files changed, 6 deletions(-) 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]