This property sets the subject of the email. It is used by the PS3SendMail method.

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

Explanation

The szSubject property sets the subject of the email. This property 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.