Gnu |
public override Task<MimePart> ExportAsync( IEnumerable<MailboxAddress> mailboxes, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | mailboxes is null. |
ArgumentException | mailboxes was empty. |
OperationCanceledException | The operation was canceled via the cancellation token. |