EmailMailboxSyncManager クラス

定義

このトピックで説明する機能は、すべての UWP アプリで使用できるわけではありません。 ストア アプリの申請プロセスの一環として、Microsoft は、これらの API を使用するアプリを発行する前に、これらの API の使用を承認し、開発者アカウントをプロビジョニングする必要があります。

Windows.ApplicationModel.Email 名前空間の詳細については、Microsoft アカウント チームの担当者にお問い合わせください。

public ref class EmailMailboxSyncManager 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 EmailMailboxSyncManager 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 EmailMailboxSyncManager
Public NotInheritable Class EmailMailboxSyncManager
継承
Object Platform::Object IInspectable EmailMailboxSyncManager
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
email emailSystem

注釈

SyncManager プロパティは、このクラスのインスタンスへのアクセスを提供します。

プロパティ

LastAttemptedSyncTime

メールボックスが最後に同期を試みた時刻を取得または設定します。

LastSuccessfulSyncTime

メールボックスが最後に正常に同期された時刻を取得または設定します。

Status

メールボックスの同期状態を取得または設定します。

メソッド

SyncAsync()

このメールボックスの同期を開始します。

イベント

SyncStatusChanged

メールボックスの同期状態が変更されるたびに起動します。

適用対象