Move Outlook Emails
Moves specified Outlook emails to a target folder.
Note: This operation is part of the Outlook Book (BDK). To use this book, you need to first learn it in your agent.
Note: It requires the following permissions on the scopes: Mail.ReadWrite, Mail.ReadWrite.Shared
Input Concepts
Concept | Description | Type | Required |
---|---|---|---|
emails | The emails that will be moved | outlook email | Yes |
target folder | The folder where the emails will be moved | outlook email folder | Yes |
Examples
Move the specified emails to the target folder
use the above as the emails
get some email folders from outlook
use the first email folder as the target folder
move the emails to the target folder
Updated 7 days ago