Microsoft Outlook · Arazzo Workflow
Microsoft Outlook Archive Copy of a Message
Version 1.0.0
Create an archive folder, copy a message into it, and read the copy back.
View Spec
View on GitHub
CalendarContactsEmailEnterpriseMicrosoftOffice 365ProductivityArazzoWorkflows
Provider
Workflows
archive-copy-message
Create an archive folder, copy a message into it, and verify the copy.
Creates an archive folder, copies the supplied message into it, and reads the copied message back to confirm its new parent folder.
1
createArchiveFolder
createMailFolder
Create a top-level archive folder in the root of the mailbox and capture its folder id as the copy destination.
2
copyMessage
copyMessage
Copy the source message into the archive folder. Graph returns 201 with the new copy; the original message is left untouched.
3
verifyCopy
getMessage
Read the copied message back to confirm its subject and that it now lives in the archive folder.