Click or drag to resize
MimeKit

MailboxAddressIdnMapping Property

Get or set the punycode implementation that should be used for encoding and decoding mailbox addresses.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public static IPunycode IdnMapping { get; set; }

Property Value

IPunycode
The punycode implementation.
Remarks
Gets or sets the punycode implementation that should be used for encoding and decoding mailbox addresses.
See Also