Office.EmailUser interface

Represents an email account on an Exchange Server.

EmailUser objects are primarily received in MeetingSuggestion and TaskSuggestion entities extracted from an Outlook item. To learn more about this scenario, refer to Extract entity strings from an Outlook item.

Remarks

Minimum permission level: read item

Applicable Outlook mode: Read

Properties

displayName

Gets the display name associated with an email address.

emailAddress

Gets the SMTP email address.

Property Details

displayName

Gets the display name associated with an email address.

displayName: string;

Property Value

string

emailAddress

Gets the SMTP email address.

emailAddress: string;

Property Value

string