EmailMailboxActionKind Enum
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.
Defines the kind of action to be taken.
public enum class EmailMailboxActionKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class 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 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
Name | Value | Description |
---|---|---|
MarkMessageAsSeen | 0 | Mark the email message as seen. |
MarkMessageRead | 1 | Mark the email message as having been read. |
ChangeMessageFlagState | 2 | Change the flag state on the email message. |
MoveMessage | 3 | Move the email message. |
SaveDraft | 4 | Save a draft of the email message. |
SendMessage | 5 | Send the email message. |
CreateResponseReplyMessage | 6 | Create a reply email message addressed to the sender in response to this email message. |
CreateResponseReplyAllMessage | 7 | Create a reply email message addressed to the sender and all recipients in response to this email message. |
CreateResponseForwardMessage | 8 | Create an email message to be forwarded containing the content of this email message. |
MoveFolder | 9 | Move this folder. |
MarkFolderForSyncEnabled | 10 | Enable sync for this folder. |