Versions Compared

Key

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

In this article

Table of Contents
maxLevel2
absoluteUrltrue

...


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.
Move Email Move Email 
User/Shared MailBoxStringEnter the mailbox from which you want to move emails. 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 which is in your mailbox.N/A12332hdhdhgwg1222dsd
Destination FolderStringRequired. Enter the name of the folder where you want to move the email.N/AInbox
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
Destination Folder is required field for performing operationMissing Destination Folder field.Enter the folder name where you want to move the file.


Examples

...

To manage an email in a mailbox

We are using an example of email management, where we have chain of email Snaps functioning respectively to perform tasks for the mails in the mailbox. 

In this example, our Pipeline activities are as follows:

  1. Use Read Email Snap to read for an email.
  2. Use Mark Email As Read Snap to mark an email from the mailbox.
  3. Use Copy Snap to copy document stream.
  4. Use Flag Email Snap to flag an email.
  5. Use Move Email Snap to move an email to destination folder.

    Image Added

Here, let us look into Move Email Snap in this Pipeline.

We are going to move an email from one folder to another folder, where in we provide all the required details in the Snap Settings shown below:


Move Email Snap
Output

Image Added

Image Added


Upon execution, we see an output confirming that the email has moved to the destination folder.


Download this Pipeline. 

Downloads

...