MailAddress
Contents
[
Hide
]MailAddress class
Represents the address of a message.
The MailAddress type exposes the following members:
Constructors
| Name | Description |
|---|---|
| MailAddress(address, ignore_smtp_check) | Initializes a new instance of the MailAddress class |
| MailAddress(address, display_name, ignore_smtp_check) | Initializes a new instance of the MailAddress class |
| MailAddress(address, display_name, display_name_encoding) | Initializes a new instance of the MailAddress class |
| MailAddress(address, display_name, display_name_encoding, ignore_smtp_check) | Initializes a new instance of the MailAddress class |
| MailAddress(address) | Initializes a new instance of the MailAddress class |
| MailAddress(address, display_name) | Initializes a new instance of the MailAddress class |
Properties
| Name | Description |
|---|---|
| display_name | Gets or sets a display name. |
| user | Gets the username. |
| host | Gets the host portion of the address. |
| address | Gets or sets the e-mail address. |
| original_address_string | Gets or sets the original e-mail address string. |
| count | Contains count of mail addresses. |
| participation_status | Gets or sets the participation status for the calendar user. |
| id | Gets object identification information |
Indexer
| Name | Description |
|---|---|
| [index] | Gets the element at the specified index. |
See Also
- namespace aspose.email
- assembly Aspose.Email