This property sets the address of the mail server (SMTP) sending the email. It is used by the PS3SendMail method.

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

Explanation

The szMailSvrAddr property sets the address of the mail server (SMTP) sending 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.