Mark Outlook Graph Email as Read/Unread

You can select this activity to mark an email as read or unread.

This activity is specific to graph-based workflows.

This table lists the properties for the activity.

Property Type Property Name Data Type Description
Common Continue on Error Boolean Select the check box to continue the RPA flow even if the activity fails. This check box is selected by default.
Input Email <Mail> The mail object that must be marked as read or unread.
Note: You must use these activities before using this activity:
  • Get Outlook Emails Activity: To retrieve the list of emails from your inbox.
  • For Each Activity: To access a single mail from the list of mails
Mark as Read Check box This activity marks a mail as read when the check box is selected and unread when cleared.
Misc Display Name String The name to be displayed for the activity.
Output Response Code Int32 Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.