Used to read message body as an ANSI string. 
Class
TMSMessage
 Syntax
property AsString: string;
Remarks
Use the AsString property to read message body as an ANSI string.
Note:
 If the body of the received message stores a Unicode string value or a TBytes value, the result of AsString will be wrong.
See Also