Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

...


Parameter Name
Data Type
Description
Default Value
Example 
LabelString
Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your Pipeline.
Mark Email As ReadMark Email As Read
User/Shared MailBoxStringEnter the mailbox from which you want to mark an email as read. If not provided, then the mailbox specified in the account settings is used.N/Ajohn.doe@microsoft.com
Existing Message IDStringRequired. Enter the ID of an existing message to mark it as read.N/A122234WEefdd
Snap ExecutionDrop-down list

Select one of the three following modes in which the Snap executes:

  • Validate & Execute. Performs limited execution of the Snap and generates a data preview during Pipeline validation, then performs full execution of the Snap (unlimited records) during Pipeline runtime.
  • Execute only. Performs full execution of the Snap during Pipeline execution without generating preview data.
  • Disabled. Disables the Snap and all Snaps downstream from it.

Execute onlyValidate & Execute


Troubleshooting


Error
Reason
Resolution
Existing Message ID is required field for performing operationMissing Existing Message Id field.Enter the an existing message Id in the Existing Message Id field.

Examples

Search and mark an email as read

We use an example where we are going to search for an email from an individual's mailbox with required inputs and mark it as read.

In this example, our Pipeline activities are as follows:

  1. To search for an email from a mailbox Searching an email  using Search Email Snap.
  2. To mark the searched Marking an email as read using   Mark Email As Read Snap.

Image Modified

Here, let us look into the role of Search Event Snap in this Pipeline.


Search Email Snap
Output

Upon execution, we see an output with the retrieved email.

Here, let us look into the role of Mark Email As Read Snap in this Pipeline.

We mark an email as read. Lets provide input in the Snap Settings and look at the output.


Mark Email As Read Snap
Output


...