mailbox resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a user's mailbox.
Inherits from directoryObject.
Methods
Method | Return type | Description |
---|---|---|
Create import session | mailboxItemImportSession | Create a session to import an Exchange mailbox item using its FastTransfer stream (FTS) format. |
Export items | exportItemResponse collection | Export Exchange mailboxItem objects in full-fidelity FastTransfer stream format for backup purposes. |
Properties
Property | Type | Description |
---|---|---|
deletedDateTime | DateTimeOffset | Date and time when this object was deleted. Always null when the object hasn't been deleted. Inherited from directoryObject. |
id | String | The unique identifier for the mailbox. Inherited from directoryObject. |
Relationships
Relationship | Type | Description |
---|---|---|
folders | mailboxFolder collection | The collection of folders in the mailbox. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.mailbox",
"deletedDateTime": "String (timestamp)",
"id": "String (identifier)"
}