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

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

Explanation

The szToHdr property sets the name of receiver 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.