Click or drag to resize
MimeKit

CmsRecipientExceptionMailbox Property

Get the mailbox address associated with the recipient.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public MailboxAddress? Mailbox { get; }

Property Value

MailboxAddress
The mailbox address of the recipient.
Remarks
Gets the mailbox address associated with the recipient, if available.
See Also