| SecureMailboxAddress(Encoding, String, IEnumerableString, String, String) Constructor |
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public SecureMailboxAddress(
Encoding encoding,
string name,
IEnumerable<string> route,
string address,
string fingerprint
)
Parameters
- encoding Encoding
- The character encoding to be used for encoding the name.
- name String
- The name of the mailbox.
- route IEnumerableString
- The route 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 Exception | Condition |
---|
ArgumentNullException | encoding is null. -or- route is null. -or- address is null. -or- fingerprint is null. |
Remarks See Also