You can convert an MRM message to a different code page or encoding, or both.
To do this, set the CodedCharSetId and Encoding fields in the Properties folder and the message tree to the target value.
The data conversion that is performed is dependent on the simple type of each element:
If a dateTime element is defined as binary, it is not converted.
If it is defined as string, it is converted as a string element (described below).
If it is defined as a packed decimal value, it is converted as Decimal (described below).
If it is defined as a timeSeconds or timeMilliseconds value, it is converted as Integer (described below).