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

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

Explanation

The szToAddr property sets the email address of the receiver. 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.