Mail |
public abstract void EnableQuickResync( CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ObjectDisposedException | The MailStore has been disposed. |
ServiceNotConnectedException | The MailStore is not connected. |
ServiceNotAuthenticatedException | The MailStore is not authenticated. |
InvalidOperationException | Quick resynchronization needs to be enabled before selecting a folder. |
NotSupportedException | The mail store does not support quick resynchronization. |
OperationCanceledException | The operation was canceled via the cancellation token. |
IOException | An I/O error occurred. |
ProtocolException | A protocol error occurred. |
CommandException | The command failed. |
Enables quick resynchronization when a folder is opened using the Open(FolderAccess, UInt32, UInt64, IListUniqueId, CancellationToken) method.
If this feature is enabled, the MessageExpunged event is replaced with the MessagesVanished event.
This method needs to be called immediately after calling one of the Authenticate methods, before opening any folders.