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

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

Explanation

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