property Host: string;
Description
Holds the host portion of an email address. When you change the value of this property, the Address and AsString properties are changed automatically, and vice versa.
In a typical email address, the host string comes after the @ sign — for example, in '[email protected]', the host is 'devart.com'.
See Also