Excel.EmailIdentity interface
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.
[ API set: ExcelApi BETA (PREVIEW ONLY) ]
display |
Represents the user's display name. |
Represents the user's email. |
|
id | Represents the user's unique 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 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
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
Office Add-ins is an open source project. Select a link to provide feedback: