property AsString: string;
Description
Holds the display name and email address in the RFC 822-compliant format. The value of this property depends on the values of Address, DisplayName, Host, and User.
When you change the value of AsString, the Address, DisplayName, Host, and User properties are changed automatically, and vice versa.
AsString uses the following fomat: 'DisplayName <User@Host>'
If a DisplayName is not set, the following format is used: 'User@Host'.
See Also