Move Mail

Moves an email message to a user-specified mail folder.

This activity moves an email message to a user-specified mail folder using the Microsoft Graph Move event message API.

Input

  • Connection Id: GraphServiceClient Variable Specifies the office 365 connection id.

  • Account: String Argument 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: String Argument Specifies the destination folder to which the mail message(s) are to be moved.

  • Message: Object Argument Specifies the email message as Office365Message 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]

Last updated