Microsoft Office · Arazzo Workflow
Microsoft Office Inventory Mail Folders and Export Messages
Version 1.0.0
Enumerate mail folders, page a filtered message list, and read one message in full.
Provider
Workflows
mail-folder-message-export
Map the mailbox folder structure, then list and read messages for export.
Lists mail folders to resolve the mailbox layout, selects messages with an OData filter (which may scope by parentFolderId using an id from the folder inventory), and retrieves the first match in full.
1
listFolders
listMyMailFolders
Enumerate the signed-in user's mail folders to establish the mailbox layout and make folder ids available for scoping the export filter.
2
listMessages
listMyMessages
List messages matching the export filter, oldest first so repeated runs page forward through the mailbox deterministically.
3
readMessage
getMyMessage
Retrieve the first matched message in full so the export captures the complete record rather than the truncated preview returned by the list.