EmailMailboxAction
EmailMailboxAction
EmailMailboxAction
EmailMailboxAction
Class
Definition
Provides data about a change that occurred to a mailbox.
public : sealed class EmailMailboxAction : IEmailMailboxActionpublic sealed class EmailMailboxAction : IEmailMailboxActionPublic NotInheritable Class EmailMailboxAction Implements IEmailMailboxAction// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
The functionality described in this topic is not available to all Windows and Windows Phone apps. For your code to call these APIs, Microsoft must approve your use of them and provision your developer account. Otherwise the calls will fail at runtime.
Properties
ChangeNumber ChangeNumber ChangeNumber ChangeNumber
Gets the number that identifies the change that happened to the mailbox.
public : ulong ChangeNumber { get; }public ulong ChangeNumber { get; }Public ReadOnly Property ChangeNumber As ulong// You can use this property in JavaScript.
- Value
- ulong ulong ulong ulong
The number that identifies the change that occurred to the mailbox.
Kind Kind Kind Kind
Gets the value that represents the kind of change that happened to the mailbox.
public : EmailMailboxActionKind Kind { get; }public EmailMailboxActionKind Kind { get; }Public ReadOnly Property Kind As EmailMailboxActionKind// You can use this property in JavaScript.
The kind of change that happened to the mailbox.