🤖 Merge PR #62917 [office-js][office-js-preview] (Outlook) Update ExternalUser recipient type description by @samantharamon

* Clarify ExternalUser recipient type description

* Clarify wording

* Apply suggestion from review
This commit is contained in:
Sam Ramon
2022-10-27 10:37:27 -07:00
committed by GitHub
parent 633d62725c
commit c1208d1beb
2 changed files with 10 additions and 2 deletions

View File

@@ -8976,7 +8976,11 @@ declare namespace Office {
*/
User = "user",
/**
* Specifies the recipient is an SMTP email address that isn't on the Exchange server.
* Specifies the recipient is an SMTP email address that isn't on the Exchange server. It also refers to a recipient added from a personal Outlook address book.
*
* **Note**: In Outlook on Windows starting with Version 2210 (Build 15813.20002), Global Address Book (GAL) recipients saved to a personal address book return
* the `ExternalUser` value, even if their SMTP email address appears on the Exchange server. Recipients return a `User` value only if they're directly
* added or resolved against the GAL.
*/
ExternalUser = "externalUser",
/**

View File

@@ -8849,7 +8849,11 @@ declare namespace Office {
*/
User = "user",
/**
* Specifies the recipient is an SMTP email address that isn't on the Exchange server.
* Specifies the recipient is an SMTP email address that isn't on the Exchange server. It also refers to a recipient added from a personal Outlook address book.
*
* **Note**: In Outlook on Windows starting with Version 2210 (Build 15813.20002), Global Address Book (GAL) recipients saved to a personal address book return
* the `ExternalUser` value, even if their SMTP email address appears on the Exchange server. Recipients return a `User` value only if they're directly
* added or resolved against the GAL.
*/
ExternalUser = "externalUser",
/**