property User: string;
Description
Holds the user 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 user string comes before the @ sign — for example, in '[email protected]', the user is 'support'.
See Also