MailboxEntityProperties interface
Mailbox entity property bag.
- Extends
Properties
| display |
The mailbox's display name |
| external |
The AzureAD identifier of mailbox. Similar to AadUserId in account entity but this property is specific to mailbox object on office side |
| mailbox |
The mailbox's primary address |
| upn | The mailbox's UPN |
Inherited Properties
| additional |
A bag of custom fields that should be part of the entity and will be presented to the user. |
| 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. |
Property Details
displayName
The mailbox's display name
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
externalDirectoryObjectId?: string
Property Value
string
mailboxPrimaryAddress
The mailbox's primary address
mailboxPrimaryAddress?: string
Property Value
string
upn
The mailbox's UPN
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.
additionalData?: Record<string, any>
Property Value
Record<string, any>
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.
friendlyName?: string
Property Value
string
Inherited From EntityCommonProperties.friendlyName