MessageEncoding Field
Type of message encoding (non-ASCII (non-English)
characters) used in a messages Encoded fields.
Valid values:
ISO-2022-JP (for using JIS)
EUC-JP (for using EUC)
Shift_JIS (for using SJIS)
UTF-8 (for using Unicode)
public const int MessageEncoding = 347
This language is not supported or no code example is available.
public:
const int MessageEncoding = 347;
This language is not supported or no code example is available.
public const MessageEncoding : int = 347
This language is not supported or no code example is available.
Field Value
int
In this article
Definition