[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=MailAddress Info=Represents the address of an electronic mail sender or recipient. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the MailAddress class. ARG(enum)|14|0|Constructor,Constructor2,Constructor3 Address=Sets a string that contains an e-mail address. ARG(string)|2| DisplayName=Sets a String that contains the display name associated with address. ARG(string)|2| DisplayNameEncoding=Sets the Encoding that defines the character set used for displayName. ARG(Encoding)|20|(empty)|Encoding [Methods] *doConstructor=Initializes a new instance of the MailAddress class using the specified address. ARG(string address)|1|0 *doConstructor2=Initializes a new instance of the MailAddress class using the specified address and display name. ARG(string address, string displayName)|1|0 *doConstructor3=Initializes a new instance of the MailAddress class using the specified address, display name, and encoding. ARG(string address, string displayName, Encoding displayNameEncoding)|1|0 *Host=Returns the host portion of the address specified when this instance was created. ARG(string)|3|2 *User=Returns the user information from the address specified when this instance was created. ARG(string)|3|2 MailAddress=Returns the MailAddress object. ARG(MailAddress)|3|0 Address=A String that contains an e-mail address. ARG(string)|4|2 DisplayName=A String that contains the display name associated with address. ARG(string)|4|2