Click or drag to resize
MimeKit

PublicKeyNotFoundException(MailboxAddress, String) Constructor

Initialize a new instance of the PublicKeyNotFoundException class.

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

Parameters

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