EmailMailboxChangeTracker 类

定义

本主题中所述的功能并非适用于所有 UWP 应用。 作为应用商店应用提交过程的一部分,Microsoft 必须批准你使用这些 API 并预配你的开发人员帐户,然后你才能发布使用这些 API 的应用。

有关 Windows.ApplicationModel.Email 命名空间的详细信息,请与 Microsoft 帐户团队代表联系。

public ref class EmailMailboxChangeTracker sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EmailMailboxChangeTracker final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EmailMailboxChangeTracker
Public NotInheritable Class EmailMailboxChangeTracker
继承
Object Platform::Object IInspectable EmailMailboxChangeTracker
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
email emailSystem

注解

调用 ChangeTracker 以获取此类的实例。

属性

IsTracking

获取一个布尔值,该值指示更改跟踪是否处于活动状态。

方法

Enable()

对邮箱启用更改跟踪。

GetChangeReader()

获取将读取一批更改的读取器。

Reset()

将更改跟踪光标移动到现在。

适用于