EmailMailboxActionKind Enum
Definition
Defines the kind of action to be taken.
public enum class EmailMailboxActionKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum EmailMailboxActionKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum EmailMailboxActionKind
var value = Windows.ApplicationModel.Email.EmailMailboxActionKind.markMessageAsSeen
Public Enum EmailMailboxActionKind
- Inheritance
-
EmailMailboxActionKind
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
email
emailSystem
|
Fields
ChangeMessageFlagState | 2 | Change the flag state on the email message. |
CreateResponseForwardMessage | 8 | Create an email message to be forwarded containing the content of this email message. |
CreateResponseReplyAllMessage | 7 | Create a reply email message addressed to the sender and all recipients in response to this email message. |
CreateResponseReplyMessage | 6 | Create a reply email message addressed to the sender in response to this email message. |
MarkFolderForSyncEnabled | 10 | Enable sync for this folder. |
MarkMessageAsSeen | 0 | Mark the email message as seen. |
MarkMessageRead | 1 | Mark the email message as having been read. |
MoveFolder | 9 | Move this folder. |
MoveMessage | 3 | Move the email message. |
SaveDraft | 4 | Save a draft of the email message. |
SendMessage | 5 | Send the email message. |