Office.EmailUser interface
Represents an email account on an Exchange Server.
Properties
| display |
Gets the display name associated with an email address. |
| email |
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