 | CmsRecipientExceptionMailbox Property |
Get the mailbox address associated with the recipient.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxpublic MailboxAddress? Mailbox { get; }Property Value
MailboxAddressThe mailbox address of the recipient.
Remarks
Gets the mailbox address associated with the recipient, if available.
See Also