MapiContactElectronicAddress
Contents
[
Hide
]MapiContactElectronicAddress class
Inherits: Aspose::Email::Mapi::MapiContactAddress
Refers to the group of properties that define the e-mail address or fax address for a contact.
Constructors
| Name | Description |
|---|---|
| MapiContactElectronicAddress (5 overloads) | Initializes a new instance of the MapiContactElectronicAddress class. |
Methods
| Name | Description |
|---|---|
| Equals | Determines whether the specified object is equal to the current object. |
| get_AddressType | Gets the address type of an electronic address |
| get_DisplayName | Gets the user-readable display name for the e-mail address |
| get_EmailAddress | Gets the e-mail address of the contact |
| get_FaxNumber | Gets the telephone number of the mail user’s primary fax machine |
| get_IsEmpty | Shows if MapiContactElectronicAddress is empty |
| get_OriginalDisplayName | Gets the SMTP e-mail address that corresponds to the e-mail address for the Contact object. |
| GetHashCode | |
| set_AddressType | Sets the address type of an electronic address |
| set_DisplayName | Sets the user-readable display name for the e-mail address |
| set_EmailAddress | Sets the e-mail address of the contact |
| set_FaxNumber | Sets the telephone number of the mail user’s primary fax machine |
| set_OriginalDisplayName | Sets the SMTP e-mail address that corresponds to the e-mail address for the Contact object. |
| SetProperties | Implements Aspose::Email::Mapi::MapiContactAddress . |
| to_MapiContactElectronicAddress | Performs an implicit conversion from System::String to MapiContactElectronicAddress . |
| ToString | Returns a string that represents the current object. |