Mark Outlook Mail Message as Read/Unread
Description
Use this Activity to mark an Outlook mail message as read/unread inside your Microsoft 365 Tenant.
tip
To read emails, please provide at least read permissions (Mail.Read) to the App you created for Microsoft 365 Context.
note
This Activity works only inside Microsoft 365 Context Activity.
Properties
Input
-
Message – Specify the object of type Mail Message for marking mail messages as Read/Unread.
-
Mark Mail As – Choose an option from the drop-down menu to Read or Unread mail messages. The default value is Unread.
Misc
- DisplayName – Add a display name to your Activity.
- Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Optional
- Continue On Error – Specifies if the automation should continue even when the Activity throws an error. This field only supports Boolean values (True, False). The default value is False.
note
Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.
Output
- Result – Returns a boolean message to indicate the success of the mail message marking operation.
Example
Download Example