Refers to the group of properties that define the e-mail address or fax address. More...
Inherits Object.
Public Member Functions | |
| bool | get_IsEmpty () |
| Shows if MapiElectronicAddress is empty More... | |
| System::String | get_DisplayName () const |
| Gets the user-readable display name for the e-mail address. More... | |
| void | set_DisplayName (System::String value) |
| Sets the user-readable display name for the e-mail address. More... | |
| System::String | get_OriginalDisplayName () const |
| Gets the SMTP e-mail address that corresponds to the e-mail address . More... | |
| void | set_OriginalDisplayName (System::String value) |
| Sets the SMTP e-mail address that corresponds to the e-mail address . More... | |
| System::String | get_AddressType () const |
| Gets the address type of an electronic address. More... | |
| void | set_AddressType (System::String value) |
| Sets the address type of an electronic address. More... | |
| System::String | get_EmailAddress () const |
| Gets the e-mail address. More... | |
| void | set_EmailAddress (System::String value) |
| Sets the e-mail address. More... | |
| System::String | get_FaxNumber () const |
| Gets the telephone number of the mail user's primary fax machine. More... | |
| void | set_FaxNumber (System::String value) |
| Sets the telephone number of the mail user's primary fax machine. More... | |
| MapiElectronicAddress () | |
| Initializes a new instance of the MapiElectronicAddress class. More... | |
| MapiElectronicAddress (System::String displayName, System::String addressType, System::String emailAddress) | |
| Initializes a new instance of the MapiElectronicAddress class. More... | |
| MapiElectronicAddress (System::String emailAddress) | |
| Initializes a new instance of the MapiElectronicAddress class. More... | |
| MapiElectronicAddress (System::String faxNumber, System::String emailAddress) | |
| Initializes a new instance of the MapiElectronicAddress class. More... | |
Static Public Member Functions | |
| static System::SharedPtr< MapiElectronicAddress > | to_MapiElectronicAddress (System::String emailAddress) |
Refers to the group of properties that define the e-mail address or fax address.
| Aspose::Email::Mapi::MapiElectronicAddress::MapiElectronicAddress | ( | ) |
Initializes a new instance of the MapiElectronicAddress class.
| Aspose::Email::Mapi::MapiElectronicAddress::MapiElectronicAddress | ( | System::String | displayName, |
| System::String | addressType, | ||
| System::String | emailAddress | ||
| ) |
Initializes a new instance of the MapiElectronicAddress class.
| displayName | The display name. |
| addressType | Type of the address. |
| emailAddress | The email address. |
| Aspose::Email::Mapi::MapiElectronicAddress::MapiElectronicAddress | ( | System::String | emailAddress | ) |
Initializes a new instance of the MapiElectronicAddress class.
| emailAddress | The email address. |
| Aspose::Email::Mapi::MapiElectronicAddress::MapiElectronicAddress | ( | System::String | faxNumber, |
| System::String | emailAddress | ||
| ) |
Initializes a new instance of the MapiElectronicAddress class.
| faxNumber | The fax number. |
| emailAddress | The email address. |
| System::String Aspose::Email::Mapi::MapiElectronicAddress::get_AddressType | ( | ) | const |
Gets the address type of an electronic address.
| System::String Aspose::Email::Mapi::MapiElectronicAddress::get_DisplayName | ( | ) | const |
Gets the user-readable display name for the e-mail address.
| System::String Aspose::Email::Mapi::MapiElectronicAddress::get_EmailAddress | ( | ) | const |
Gets the e-mail address.
| System::String Aspose::Email::Mapi::MapiElectronicAddress::get_FaxNumber | ( | ) | const |
Gets the telephone number of the mail user's primary fax machine.
| bool Aspose::Email::Mapi::MapiElectronicAddress::get_IsEmpty | ( | ) |
Shows if MapiElectronicAddress is empty
| System::String Aspose::Email::Mapi::MapiElectronicAddress::get_OriginalDisplayName | ( | ) | const |
Gets the SMTP e-mail address that corresponds to the e-mail address .
The SMTP e-mail address.
| void Aspose::Email::Mapi::MapiElectronicAddress::set_AddressType | ( | System::String | value | ) |
Sets the address type of an electronic address.
| void Aspose::Email::Mapi::MapiElectronicAddress::set_DisplayName | ( | System::String | value | ) |
Sets the user-readable display name for the e-mail address.
| void Aspose::Email::Mapi::MapiElectronicAddress::set_EmailAddress | ( | System::String | value | ) |
Sets the e-mail address.
| void Aspose::Email::Mapi::MapiElectronicAddress::set_FaxNumber | ( | System::String | value | ) |
Sets the telephone number of the mail user's primary fax machine.
| void Aspose::Email::Mapi::MapiElectronicAddress::set_OriginalDisplayName | ( | System::String | value | ) |
Sets the SMTP e-mail address that corresponds to the e-mail address .
The SMTP e-mail address.
|
static |