| MailboxAddressGetAddress Method |
Get the mailbox address, optionally encoded according to IDN encoding rules.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public string GetAddress(
bool idnEncode
)
Parameters
- idnEncode Boolean
- true if the address should be encoded according to IDN encoding rules; otherwise, false.
Return Value
StringThe mailbox address.
Remarks
If idnEncode is true, then the returned mailbox address will be encoded according to the IDN encoding rules.
See Also