Skip to main content

Copy Message

Copy a message to a folder within the user's mailbox.

External Documentation

To learn more, visit the Microsoft Outlook documentation.

Parameters

ParameterDescription
Destination IDThe 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 IDThe 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

Workflow LibraryPreview this Workflow on desktop