SharedMailboxSendEmailInput 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.
SharedMailboxClientSendHtmlMessage
public class SharedMailboxSendEmailInput
type SharedMailboxSendEmailInput = class
Public Class SharedMailboxSendEmailInput
- Inheritance
-
SharedMailboxSendEmailInput
Constructors
| Name | Description |
|---|---|
| SharedMailboxSendEmailInput() | |
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 |
| Importance |
Importance |
| OriginalMailboxAddress |
Specify email address of a shared mailbox like someone@contoso.com |
| 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 |