IMail |
public static Task<UniqueId?> AppendAsync( this IMailFolder folder, FormatOptions options, MimeMessage message, MessageFlags flags = MessageFlags.None, CancellationToken cancellationToken = default, ITransferProgress progress = null )
| Exception | Condition |
|---|---|
| ArgumentNullException | options is . -or- message is . |
| ObjectDisposedException | The IMailStore has been disposed. |
| ServiceNotConnectedException | The IMailStore is not connected. |
| ServiceNotAuthenticatedException | The IMailStore is not authenticated. |
| FolderNotFoundException | The MailFolder does not exist. |
| InvalidOperationException | Internationalized formatting was requested but has not been enabled. |
| 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 command failed. |