| InternetAddress Constructor |
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected InternetAddress(
Encoding encoding,
string name
)
Parameters
- encoding Encoding
- The character encoding to be used for encoding the name.
- name String
- The name of the mailbox or group.
Exceptions Remarks
Initializes the
Encoding and
Name properties of the internet address.
See Also