EmailMailboxSyncManager 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
本主題中所述的功能不適用於所有 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
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
應用程式功能 |
email
emailSystem
|
備註
SyncManager屬性可讓您存取這個類別的實例。
屬性
LastAttemptedSyncTime |
取得或設定信箱上次嘗試同步的時間。 |
LastSuccessfulSyncTime |
取得或設定上次成功同步信箱的時間。 |
Status |
取得或設定信箱的同步處理狀態。 |
方法
SyncAsync() |
起始此信箱的同步處理。 |
事件
SyncStatusChanged |
每當信箱的同步狀態變更時引發。 |