Click or drag to resize
MimeKit

CertificateNotFoundException(MailboxAddress, String) Constructor

Initialize a new instance of the CertificateNotFoundException class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public CertificateNotFoundException(
	MailboxAddress mailbox,
	string message
)

Parameters

mailbox  MailboxAddress
The mailbox that could not be resolved to a valid certificate.
message  String
A message explaining the error.
Remarks
See Also