Get Graph mail by ID

You can select this activity to retrieve an email by the MailID. The MailID can be obtained from the MailObject. This activity allows you to access an email outside the RPA project where the email was originally retrieved.

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.
Misc Display Name String Display name for the activity.
Input Account String The account that must have access to a shared mail box. If left blank, the current users mailbox account is used.
Mail ID String The unique ID of the email that must be retrieved.
Include Attachments Boolean Indicates whether to include email attachments in the retrieved emails.
Output Mail ID MAil The mail ID of the email.
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 servererror responses.