SendEmailInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ClientSendHtmlMessage
public class SendEmailInput
type SendEmailInput = class
Public Class SendEmailInput
- Inheritance
-
SendEmailInput
Constructors
| Name | Description |
|---|---|
| SendEmailInput() | |
Properties
| Name | Description |
|---|---|
| Attachments |
Attachments |
| BCC |
Specify email addresses separated by semicolons like someone@contoso.com |
| Body |
Specify the body of the mail |
| CC |
Specify email addresses separated by semicolons like someone@contoso.com |
| FromSendAs |
Email address to send mail from (requires "Send as" or "Send on behalf of" permission for that mailbox). For more info on granting permissions please refer https://docs.microsoft.com/office365/admin/manage/send-email-as-distribution-list |
| Importance |
Importance |
| ReplyTo |
The email addresses to use when replying |
| Sensitivity |
Sensitivity |
| Subject |
Specify the subject of the mail |
| To |
Specify email addresses separated by semicolons like someone@contoso.com |