| ICryptographyContextExport Method |
Exports the keys for the specified mailboxes.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax MimePart Export(
IEnumerable<MailboxAddress> mailboxes,
CancellationToken cancellationToken = default
)
Parameters
- mailboxes IEnumerableMailboxAddress
- The mailboxes.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
MimePartA new
MimePart instance containing the exported keys.
Exceptions Remarks
Exports the keys for the specified mailboxes.
See Also