Forward an Email
Forwards an Outlook email to a specified recipient or group of recipients.
Note: This operation requires the following permissions on the scopes: Mail.ReadWrite, Mail.ReadWrite.Shared, Mail.Send
Input Concepts
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 "[email protected]", "[email protected]"
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 "[email protected]", "[email protected]"
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 "[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
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
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?