MailAddress
Contents
[
Hide
]MailAddress class
Inherits: Aspose::Email::IMailAddress
Represents the address of a message.
Constructors
| Name | Description |
|---|---|
| MailAddress (8 overloads) | Initializes a new instance of the MailAddress class. |
Methods
| Name | Description |
|---|---|
| Clone | |
| CopyInplace | |
| Equals | Determines whether the specified System::Object is equal to this instance. |
| get_Address | Gets the e-mail address. |
| get_Count | Contains count of mail addresses. |
| get_DisplayedEmailInOutlook | Defines whether need rendered Email address for particular message if it converted from MapiMessage. |
| get_DisplayName | Gets a display name. |
| get_DisplayNameEncoding | Gets the display name encoding. |
| get_Host | Gets the host portion of the address. |
| get_Id | Gets object identification information |
| get_OriginalAddressString | Gets the original e-mail address string. |
| get_Parameters | |
| get_ParticipationStatus | Gets the participation status for the calendar user. |
| get_SmtpAddress | |
| get_User | Gets the username. |
| get_X500Address | Gets the email address in Exchange format, if it exists. |
| GetHashCode | Returns a hash code for this instance. |
| idx_get | Gets the element at the specified index. |
| SafeCreateMailAddress | /this if for internal usage /try to parse the mailaddress, if failed, ignore the checking |
| SafeCreateMailAddressWithEncoding (3 overloads) | |
| set_Address | Sets the e-mail address. |
| set_DisplayedEmailInOutlook | Defines whether need rendered Email address for particular message if it converted from MapiMessage. |
| set_DisplayName | Sets a display name. |
| set_OriginalAddressString | Sets the original e-mail address string. |
| set_ParticipationStatus | Sets the participation status for the calendar user. |
| set_X500Address | Gets the email address in Exchange format, if it exists. |
| SetEncoding | Sets encoding for dysplay name |
| to_MailAddress (2 overloads) | Performs an implicit conversion from MailAddressCollection to MailAddress . |
| ToEncodedString | |
| ToString (2 overloads) | Returns a System::String that represents this instance. |
| Aspose::Email::Mapi::MailMessageInterpretor | |
| Aspose::Email::Mapi::MapiMessage | |
| Aspose::Email::Mapi::OutlookUtil | |
| Aspose::Email::Mime::MailBnfHelper |