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.

email

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

API set: ExcelApi BETA (PREVIEW ONLY)

email

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

API set: ExcelApi BETA (PREVIEW ONLY)

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

API set: ExcelApi BETA (PREVIEW ONLY)


Feedback

Was this page helpful?