Share via


EmailMailboxSyncManager.LastAttemptedSyncTime Property

Definition

Gets or sets the last time the mailbox attempted to sync.

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

Property Value

The last time the mailbox attempted to sync.

Windows requirements

App capabilities
email emailSystem

Applies to