Bouncy |
public override Task<MimePart> ExportAsync( IEnumerable<MailboxAddress> mailboxes, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | mailboxes is null. |
ArgumentException | No mailboxes were specified. |
OperationCanceledException | The operation was canceled via the cancellation token. |
CertificateNotFoundException | A certificate for one or more of the mailboxes could not be found. |
CmsException | An error occurred in the cryptographic message syntax subsystem. |