AutoDecodeParts Property
Determines whether to automatically decode message parts.
Syntax
int GetAutoDecodeParts();
int SetAutoDecodeParts(int bAutoDecodeParts);
Default Value
FALSE
Remarks
This property determines whether or not to automatically decode message parts. Message parts, especially binary message parts, are normally sent by the server encoded (Base64 or other format). If this setting is True, the parts are automatically decoded while being received.
Data Type
Boolean