Move Mail
Moves an email message to a user-specified mail folder.
Last updated
Moves an email message to a user-specified mail folder.
Last updated
This activity moves an email message to a user-specified mail folder using the Microsoft Graph API.
Connection Id: Specifies the office 365 connection id.
Account: Specifies an email address with which to interact. This property can include any shared mailbox to which the current user has access rights. If the property field is left empty, the current user's account is used. This is an optional property.
Destination Folder: Specifies the destination folder to which the mail message(s) are to be moved.
Message: Specifies the email message as that is to be moved. We can also specify the output variable of the Get Mail activity (which is an array) directly as input by providing its element. For example : Messages[1]