IMail |
public static Task<UniqueId?> ReplaceAsync( this IMailFolder folder, FormatOptions options, int index, MimeMessage message, MessageFlags flags, DateTimeOffset date, CancellationToken cancellationToken = default, ITransferProgress progress = null )
Exception | Condition |
---|---|
ArgumentNullException | options is null. -or- message is null. |
ArgumentOutOfRangeException | index is out of range. |
ObjectDisposedException | The IMailStore has been disposed. |
ServiceNotConnectedException | The IMailStore is not connected. |
ServiceNotAuthenticatedException | The IMailStore is not authenticated. |
InvalidOperationException | Internationalized formatting was requested but has not been enabled. |
FolderNotFoundException | The MailFolder does not exist. |
FolderNotOpenException | The MailFolder 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. |
ProtocolException | The server's response contained unexpected tokens. |
CommandException | The server replied with a NO or BAD response. |