Outlook Move Email
Outlook Move Email
Section titled “Outlook Move Email”Type: outlook-move-email · Package: Outlook Activities v1.0.0
Moves an email to another Outlook folder. It is the way to organize the tray after processing: take the messages already addressed to a “Processed” folder, classify by type, or archive.
How it works
Section titled “How it works”Based on the EntryID of the email, it moves it to the targetFolder folder. Use / to indicate subfolders (e.g. Inbox/Procesados).
Required parameters
Section titled “Required parameters”| Parameter | Editor | Description |
|---|---|---|
entryId | expression | Mail EntryID (from correo.Id). |
targetFolder | expression | Destination folder. Ex: "Inbox/Procesados". |
Optional parameters
Section titled “Optional parameters”| Parameter | Editor | Description |
|---|---|---|
session | session | Outlook Connect session. If omitted, use the default account. |
Example
Section titled “Example”Archive each email after processing it:
For Each items = = correos itemVariable = correo └─ activities: ... procesar ... Outlook Move Email entryId = = correo.Id targetFolder = "Inbox/Procesados"Related activities
Section titled “Related activities”- Outlook Mark Read — mark as read.
- Outlook Delete Email — delete instead of archive.