Mail.ReadWrite
.Parameter | Description |
---|---|
Destination ID | The destination folder ID, or a well-known folder name. For a list of supported well-known folder names, see mailFolder resource type. |
Message ID | The unique identifier of the required message. |
User ID or User Principal Name | The ID or userPrincipalName of the user. |
{
"receivedDateTime": "datetime-value",
"sentDateTime": "datetime-value",
"hasAttachments": true,
"subject": "subject-value",
"body": {
"contentType": "",
"content": "content-value"
},
"bodyPreview": "bodyPreview-value"
}
Was this page helpful?