EmailMailboxChangeTracker クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このトピックで説明する機能は、すべての UWP アプリで使用できるわけではありません。 ストア アプリの申請プロセスの一環として、これらの API を使用するアプリを発行する前に、Microsoft はこれらの 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
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
アプリの機能 |
email
emailSystem
|
注釈
ChangeTracker を呼び出して、このクラスのインスタンスを取得します。
プロパティ
IsTracking |
変更の追跡がアクティブかどうかを示すブール値を取得します。 |
メソッド
Enable() |
メールボックスで変更の追跡を有効にします。 |
GetChangeReader() |
変更のバッチを読み取るリーダーを取得します。 |
Reset() |
変更追跡カーソルを今すぐ移動します。 |