| MailboxAddressIdnMapping Property |
Get or set the punycode implementation that should be used for encoding and decoding mailbox addresses.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static IPunycode IdnMapping { get; set; }
Property Value
IPunycodeThe punycode implementation.
Remarks
Gets or sets the punycode implementation that should be used for encoding and decoding mailbox addresses.
See Also