Click or drag to resize
MimeKit

SecureMailboxAddress(String, String, String) Constructor

Initialize a new instance of the SecureMailboxAddress class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public SecureMailboxAddress(
	string name,
	string address,
	string fingerprint
)

Parameters

name  String
The name of the mailbox.
address  String
The address of the mailbox.
fingerprint  String
The fingerprint of the certificate belonging to the owner of the mailbox.
Exceptions
ExceptionCondition
ArgumentNullException

address is null.

-or-

fingerprint is null.

Remarks
Creates a new SecureMailboxAddress with the specified fingerprint.
See Also