EmailMailboxChangeType 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 type of change made to the mailbox item.
public enum class EmailMailboxChangeType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class EmailMailboxChangeType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum EmailMailboxChangeType
var value = Windows.ApplicationModel.Email.EmailMailboxChangeType.messageCreated
Public Enum EmailMailboxChangeType
- Inheritance
-
EmailMailboxChangeType
- 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 |
---|---|---|
MessageCreated | 0 | A message was created. |
MessageModified | 1 | A message was modified. |
MessageDeleted | 2 | A message was deleted. |
FolderCreated | 3 | A folder was created. |
FolderModified | 4 | A folder was modified. |
FolderDeleted | 5 | A folder was deleted. |
ChangeTrackingLost | 6 | Change unknown because change tracking was lost. |