mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
🤖 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:
6
types/office-js-preview/index.d.ts
vendored
6
types/office-js-preview/index.d.ts
vendored
@@ -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",
|
||||
/**
|
||||
|
||||
6
types/office-js/index.d.ts
vendored
6
types/office-js/index.d.ts
vendored
@@ -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",
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user