Click or drag to resize
MimeKit

CertificateNotFoundExceptionMailbox Property

Gets the mailbox address that could not be resolved to a certificate.

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

Property Value

MailboxAddress
The mailbox address.
Remarks
Gets the mailbox address that could not be resolved to a certificate.
See Also