EmailMailboxChangeTracker
EmailMailboxChangeTracker
EmailMailboxChangeTracker
EmailMailboxChangeTracker
Class
Definition
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.
For more information about the Windows.ApplicationModel.Email namespace, please work with your Microsoft Account Team representative.
public : sealed class EmailMailboxChangeTracker : IEmailMailboxChangeTrackerpublic sealed class EmailMailboxChangeTracker : IEmailMailboxChangeTrackerPublic NotInheritable Class EmailMailboxChangeTracker Implements IEmailMailboxChangeTracker// 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
Call ChangeTracker to get an instance of this class.
Properties
IsTracking IsTracking IsTracking IsTracking
Gets a Boolean value indicating whether change tracking is active.
public : PlatForm::Boolean IsTracking { get; }public bool IsTracking { get; }Public ReadOnly Property IsTracking As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
The Boolean value indicating whether change tracking is active.
Methods
Enable() Enable() Enable() Enable()
Enables change tracking on a mailbox.
public : void Enable()public void Enable()Public Function Enable() As void// You can use this method in JavaScript.
GetChangeReader() GetChangeReader() GetChangeReader() GetChangeReader()
Gets a reader that will read a batch of changes.
public : EmailMailboxChangeReader GetChangeReader()public EmailMailboxChangeReader GetChangeReader()Public Function GetChangeReader() As EmailMailboxChangeReader// You can use this method in JavaScript.
Returns
A reader that will read a batch of changes.