Skip to main content

Mark Outlook Mail Message as Read/Unread

Description

This Activity marks email messages in Outlook to either read or unread.

Properties

Input

  • Message - Specify the MailMessage object to be marked as read/unread.
  • MarkMailAs - Mark mail messages as read or unread by selecting an option from the drop-down menu. By default, it marks messages as 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 – It verifies the success of marking an email as read or unread, returning a boolean value to indicate the outcome of the operation.

Example

Download Example

Get Outlook Mail Message