Forward Mail
Forward a message to one or more recipients
Last updated
Forward a message to one or more recipients
Last updated
This activity forward a message to one or more recipients with additional content (if required) using the Microsoft Graph Create forward and Forward event message API
This activity can only be used after Get Mail Activity
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.
Message: Object Argument
Specifies the outlook message as Office365Message that is to be forwarded.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]
To String Argument
Specifies the main recipients of the email message. Each of the mail addresses should be separated by a semicolon.
For example : "user1@gmail.com;user2@gmail.com"
Body: String Argument
Specifies the email's message body that is to be appended along with the mail to be forwarded (Optional).