Forward an Email
This operation forwards an Outlook email to a specified recipient or group of recipients.
Note: This operation is part of the Outlook Book (BDK). To use this book, you need to first learn it in your agent.
Note: This operation requires the following permissions on the scopes: Mail.ReadWrite, Mail.ReadWrite.Shared, Mail.Send
Input Concepts
Concept | Description | Type | Required |
---|---|---|---|
email | The email to be forwarded | outlook email | Yes |
recipients | The recipients of the forwarded email | text | Yes |
subject | The subject of the forwarded email | text | No |
cc recipients | The cc recipients of the forwarded email | text | No |
bcc recipients | The bcc recipients of the forwarded email | text | No |
attachments | The attachments to be sent with the forwarded email | file | No |
Examples
Forward the specified email to the specified recipients
use the first email as the email
the recipients are "tomas@ms.kognitos.com", "john@acme.org"
forward the email to the recipients
Forward the specified email to the specified recipients with custom subject
use the first email as the email
the recipients are "tomas@ms.kognitos.com", "john@acme.org"
forward the email to the recipients with
the subject is "FW by me: Meeting Reminder"
Forward the specified email to the specified recipients with custom cc recipients
use the first email as the email
the recipients are "tomas@ms.kognitos.com", "john@acme.org"
the cc recipients are "john@doe.com", "jane@doe.org"
forward the email to the recipients with
the cc recipients is the cc recipients
Forward the specified email to the specified recipients with custom bcc recipients
use the first email as the email
the recipients are "tomas@ms.kognitos.com", "john@acme.org"
the bcc recipients are "john@doe.com", "jane@doe.org"
forward the email to the recipients with
the bcc recipients is the bcc recipients
Forward the specified email to the specified recipients with attachments
use the first email as the email
use the above as the file
use the above as the other file
the attachments are the file, the other file
the recipients are "tomas@ms.kognitos.com", "john@acme.org"
forward the email to the recipients with
the attachments is the attachments
Updated 7 days ago