Copy Message
Copy a message to a folder within the user's mailbox.
- Least privileged Microsoft Graph permission to access the action via application:
Mail.ReadWrite
.
External Documentation
To learn more, visit the Microsoft Outlook documentation.
Parameters
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 | - |
User ID or User Principal Name | The ID or userPrincipalName of the user. |
Example Output
{
"receivedDateTime": "datetime-value",
"sentDateTime": "datetime-value",
"hasAttachments": true,
"subject": "subject-value",
"body": {
"contentType": "",
"content": "content-value"
},
"bodyPreview": "bodyPreview-value"
}
Workflow Library Example
Copy Message with Microsoft Outlook and Send Results Via Email
Preview this Workflow on desktop