EmailMailboxActionKind
EmailMailboxActionKind
EmailMailboxActionKind
EmailMailboxActionKind
Enum
Definition
Defines the kind of action to be taken.
public : enum class EmailMailboxActionKindpublic enum EmailMailboxActionKindPublic Enum EmailMailboxActionKind// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| ChangeMessageFlagState ChangeMessageFlagState ChangeMessageFlagState ChangeMessageFlagState | Change the flag state on the email message. |
| CreateResponseForwardMessage CreateResponseForwardMessage CreateResponseForwardMessage CreateResponseForwardMessage | Create an email message to be forwarded containing the content of this email message. |
| CreateResponseReplyAllMessage CreateResponseReplyAllMessage CreateResponseReplyAllMessage CreateResponseReplyAllMessage | Create a reply email message addressed to the sender and all recipients in response to this email message. |
| CreateResponseReplyMessage CreateResponseReplyMessage CreateResponseReplyMessage CreateResponseReplyMessage | Create a reply email message addressed to the sender in response to this email message. |
| MarkFolderForSyncEnabled MarkFolderForSyncEnabled MarkFolderForSyncEnabled MarkFolderForSyncEnabled | Enable sync for this folder. |
| MarkMessageAsSeen MarkMessageAsSeen MarkMessageAsSeen MarkMessageAsSeen | Mark the email message as seen. |
| MarkMessageRead MarkMessageRead MarkMessageRead MarkMessageRead | Mark the email message as having been read. |
| MoveFolder MoveFolder MoveFolder MoveFolder | Move this folder. |
| MoveMessage MoveMessage MoveMessage MoveMessage | Move the email message. |
| SaveDraft SaveDraft SaveDraft SaveDraft | Save a draft of the email message. |
| SendMessage SendMessage SendMessage SendMessage | Send the email message. |