Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.EmailIdentity interface
- Package:
- excel
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents information about a user's identity.
Properties
| displayName | Represents the user's display name. |
Represents the user's email. |
|
| id | Represents the user's unique ID. |
Property Details
displayName
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents the user's display name.
displayName?: string;
Property Value
string
Remarks
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents the user's email.
email?: string;
Property Value
string
Remarks
id
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents the user's unique ID.
id: string;
Property Value
string
Remarks
Office Add-ins
Feedback
Was this page helpful?
