Forward an Email

Forwards an Outlook email to a specified recipient or group of recipients.

This procedure is part of the Microsoft Outlook Book (BDK). To use this book, you must 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

  1. Forward the specified email to the specified recipients

use the first email as the email
the recipients are "[email protected]", "[email protected]"
forward the email to the recipients
  1. Forward the specified email to the specified recipients with custom subject

use the first email as the email
the recipients are "[email protected]", "[email protected]"
forward the email to the recipients with
	the subject is "FW by me: Meeting Reminder"
  1. Forward the specified email to the specified recipients with custom cc recipients

use the first email as the email
the recipients are "[email protected]", "[email protected]"
the cc recipients are "[email protected]", "[email protected]"
forward the email to the recipients with
	the cc recipients is the cc recipients
  1. Forward the specified email to the specified recipients with custom bcc recipients

use the first email as the email
the recipients are "[email protected]", "[email protected]"
the bcc recipients are "[email protected]", "[email protected]"
forward the email to the recipients with
	the bcc recipients is the bcc recipients
  1. 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 "[email protected]", "[email protected]"
forward the email to the recipients with
	the attachments is the attachments

Last updated

Was this helpful?