Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Provides information about how to import items into a user's mailbox.
Properties
| Property | Type | Description |
|---|---|---|
| expirationDateTime | DateTimeOffset | The date and time in UTC when the import session expires. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2021 is 2021-01-01T00:00:00Z. |
| importUrl | String | The URL endpoint that accepts POST requests for uploading a mailbox item exported using exportItems. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.mailboxItemImportSession",
"expirationDateTime": "String (timestamp)",
"importUrl": "String"
}