mailboxItemImportSession 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.
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 FastTransfer stream format of the item. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.mailboxItemImportSession",
"expirationDateTime": "String (timestamp)",
"importUrl": "String"
}