IMail |
public static IList<UniqueId> Append( this IMailFolder folder, FormatOptions options, IList<MimeMessage> messages, IList<MessageFlags> flags, CancellationToken cancellationToken = default, ITransferProgress progress = null )
| Exception | Condition |
|---|---|
| ArgumentNullException | options is . -or- messages is . -or- flags is . |
| ArgumentException | One or more of the messages is null. -or- The number of messages does not match the number of flags. |
| 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. |