Assembly: Net
The CurlMailAddress class implements the email address, to which the message must be sent, or the sender address.
The class is a cross-platform implementation of the INetMailAddress interface. Macros implemented using the CurlMailAddress class can be started for execution in Linux family operating systems.
Constructor name | Brief description | |
The Create constructor creates an instance of email address. | ||
The CreateWithName constructor creates an instance of email address with name displayed instead of the address on sending email messages. |
Property name | Brief description | |
The Address property returns email address. | ||
The DisplayName property returns the name displayed instead of the email address. | ||
The Host property returns the DNS suffix of the email address. | ||
The User property returns the user name from the email address. |
See also: