Imap |
public override Task<UniqueId?> ReplaceAsync( FormatOptions options, UniqueId uid, IReplaceRequest request, CancellationToken cancellationToken = default )
| Exception | Condition |
|---|---|
| ArgumentNullException | options is . -or- request is . |
| ArgumentException | uid is invalid. -or- The destination folder does not belong to this ImapClient. |
| ObjectDisposedException | The ImapClient has been disposed. |
| ServiceNotConnectedException | The ImapClient is not connected. |
| ServiceNotAuthenticatedException | The ImapClient is not authenticated. |
| InvalidOperationException | Internationalized formatting was requested but has not been enabled. |
| FolderNotFoundException | The ImapFolder does not exist. |
| FolderNotOpenException | The ImapFolder is not currently open in read-write mode. |
| OperationCanceledException | The operation was canceled via the cancellation token. |
| NotSupportedException | Internationalized formatting was requested but is not supported by the server. |
| IOException | An I/O error occurred. |
| ImapProtocolException | The server's response contained unexpected tokens. |
| ImapCommandException | The server replied with a NO or BAD response. |