MailboxEntityProperties interface
Mailbox entity property bag.
- Extends
Properties
display |
The mailbox's display name NOTE: This property will not be serialized. It can only be populated by the server. |
external |
The AzureAD identifier of mailbox. Similar to AadUserId in account entity but this property is specific to mailbox object on office side NOTE: This property will not be serialized. It can only be populated by the server. |
mailbox |
The mailbox's primary address NOTE: This property will not be serialized. It can only be populated by the server. |
upn | The mailbox's UPN NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
additional |
A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server. |
friendly |
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
displayName
The mailbox's display name NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
externalDirectoryObjectId
The AzureAD identifier of mailbox. Similar to AadUserId in account entity but this property is specific to mailbox object on office side NOTE: This property will not be serialized. It can only be populated by the server.
externalDirectoryObjectId?: string
Property Value
string
mailboxPrimaryAddress
The mailbox's primary address NOTE: This property will not be serialized. It can only be populated by the server.
mailboxPrimaryAddress?: string
Property Value
string
upn
The mailbox's UPN NOTE: This property will not be serialized. It can only be populated by the server.
upn?: string
Property Value
string
Inherited Property Details
additionalData
A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.
additionalData?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
Inherited From EntityCommonProperties.additionalData
friendlyName
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server.
friendlyName?: string
Property Value
string
Inherited From EntityCommonProperties.friendlyName
Azure SDK for JavaScript