共用方式為


EmailMailboxSyncManager.LastAttemptedSyncTime 屬性

定義

取得或設定信箱上次嘗試同步的時間。

public:
 property DateTime LastAttemptedSyncTime { DateTime get(); };
public:
 property DateTime LastAttemptedSyncTime { DateTime get(); void set(DateTime value); };
DateTime LastAttemptedSyncTime();
DateTime LastAttemptedSyncTime();

void LastAttemptedSyncTime(DateTime value);
public System.DateTimeOffset LastAttemptedSyncTime { get; }
public System.DateTimeOffset LastAttemptedSyncTime { get; set; }
var dateTime = emailMailboxSyncManager.lastAttemptedSyncTime;
var dateTime = emailMailboxSyncManager.lastAttemptedSyncTime;
emailMailboxSyncManager.lastAttemptedSyncTime = dateTime;
Public ReadOnly Property LastAttemptedSyncTime As DateTimeOffset
Public Property LastAttemptedSyncTime As DateTimeOffset

屬性值

上次嘗試同步信箱的時間。

Windows 需求

應用程式功能
email emailSystem

適用於