Moving Emails

📘

Note: These operations are part of the Microsoft Outlook Book. A newer version of this Book is avaliable via BDK.

Overview

These operations can move emails to designated folders based on subject, sender, or content criteria.

Examples

These examples demonstrate how to use Kognitos to automate the process of moving emails into specific folders based on various criteria, helping users maintain an organized inbox.

Example 1: Moving Emails to the Archived Folder

get the outlook emails
the destination folder is "Archived"
move the outlook emails # <----

Example 2: Moving Emails to the Important Folder Based on Subject

get the outlook emails
the destination folder is "Important"
the subject is "Project Update"
move the outlook emails # <----

Example 3: Moving Emails from a Specific Sender to the HR Folder

get the outlook emails
the destination folder is "HR"
whose sender is "hr@company.com"
move the outlook emails # <----