Click or drag to resize

CharsetMatch Enumeration

Represents result of charset to encoding match.

Namespace:  Limilabs.Infrastructure.Text
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public enum CharsetMatch
Members
  Member nameValueDescription
Empty0 Charset wasn't specified.
Unknown1 Charset was specified, but it doesn't exist or is unknown.
Specified2 Charset was specified.
See Also