This is used to cast the MessageEncoding values coming out of the IMailAPI_NET so that
the values are a little more readable than trying to use the uint values directly.
Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| ServerOSDefault | -2 | ||
| Unknown | -1 | ||
| UTF_8 | 0 | ||
| US_ASCII | 1 | ||
| ISO_8859_15 | 2 | ||
| BIG5 | 3 | ||
| GB2312 | 4 | ||
| ISO_2022_JP | 5 |
See Also