Edit

mailbox resource type

Namespace: microsoft.graph

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. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. 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)"
}