Freigeben über


EmailMailboxSyncManager.LastAttemptedSyncTime Eigenschaft

Definition

Ruft den Zeitpunkt ab, zu dem das Postfach zuletzt versucht hat, eine Synchronisierung durchzuführen, oder legt diesen fest.

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

Eigenschaftswert

Die letzte Synchronisierung des Postfachs.

Windows-Anforderungen

App-Funktionen
email emailSystem

Gilt für: