Edit

Share via


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.
Export items exportItemResponse collection Export Exchange mailboxItem objects in full-fidelity.

Properties

Property Type Description
deletedDateTime DateTimeOffset Date and time when this object was deleted. Always null when the object isn't 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)"
}