This property sets the message (content) of the email. It is used by the PS3SendMail method.

[C++Builder] controlname->szMessage [ = WideString ]
[Delphi] controlname.szMessage [ = WideString ]
[Visual Basic] controlname.szMessage [ = String ]
[VisualC++] controlname.SetszMessage(LPSTR Val)

Explanation

The szMessage property sets the message (content) of the email. It is used by the PS3SendMail method.

Setting the Value

This property value can be set at design time and at runtime.

Getting the Value

This property value can be retrieved at runtime.