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

ConceptDescriptionTypeRequired
emailThe email to be forwardedoutlook emailYes
recipientsThe recipients of the forwarded emailtextYes
subjectThe subject of the forwarded emailtextNo
cc recipientsThe cc recipients of the forwarded emailtextNo
bcc recipientsThe bcc recipients of the forwarded emailtextNo
attachmentsThe attachments to be sent with the forwarded emailfileNo

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