Forward Mail
Forwards an email.
Input
- Body: The email's body
- Type:
System.String
- Type:
- Message: The email forward
- Type:
Microsoft.Graph.Message - Required
- Type:
- New Subject: The new subject of the email. If left blank, the original subject is used.
- Type:
System.String
- Type:
Options
- Is Draft: Specifies whether the message should be saved as draft instead of being sent.
- Type:
System.Boolean
- Type:
Attachments
- Attachments Collection: An additional list of files to be attached to the email.
- Type:
System.Collections.Generic.IEnumerable<System.String>
- Type:
Recipients
- Bcc: The hidden recipients of the email.
- Type:
System.String[]
- Type:
- Cc: The secondary recipients of email.
- Type:
System.String[]
- Type:
- To: The primary recipients of the email
- Type:
System.String[]
- Type:
Details
- It must be embedded within the scope of Microsoft Office 365 to be usable.