Refers to the group of properties that define the e-mail address or fax address for a contact. More...
Inherits Aspose::Email::Mapi::MapiContactAddress.
Public Member Functions | |
bool | get_IsEmpty () |
Shows if MapiContactElectronicAddress is empty More... | |
System::String | get_DisplayName () |
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 () |
Gets the SMTP e-mail address that corresponds to the e-mail address for the Contact object. More... | |
void | set_OriginalDisplayName (System::String value) |
Sets the SMTP e-mail address that corresponds to the e-mail address for the Contact object. More... | |
System::String | get_AddressType () |
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 () |
Gets the e-mail address of the contact More... | |
void | set_EmailAddress (System::String value) |
Sets the e-mail address of the contact More... | |
System::String | get_FaxNumber () |
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... | |
MapiContactElectronicAddress () | |
Initializes a new instance of the MapiContactElectronicAddress class. More... | |
MapiContactElectronicAddress (System::SharedPtr< MapiMessageItemBase > msg, MapiContactAddressType type) | |
MapiContactElectronicAddress (System::String displayName, System::String addressType, System::String emailAddress) | |
Initializes a new instance of the MapiContactElectronicAddress class. More... | |
MapiContactElectronicAddress (System::String emailAddress) | |
Initializes a new instance of the MapiContactElectronicAddress class. More... | |
MapiContactElectronicAddress (System::String faxNumber, System::String emailAddress) | |
Initializes a new instance of the MapiContactElectronicAddress class. More... | |
bool | Equals (System::SharedPtr< System::Object > obj) override |
Determines whether the specified object is equal to the current object. More... | |
int32_t | GetHashCode () const override |
System::String | ToString () const override |
Returns a string that represents the current object. More... | |
Public Member Functions inherited from Aspose::Email::Mapi::MapiContactAddress | |
void | SetOwner (System::SharedPtr< MapiMessageItemBase > msg, MapiContactAddressType type) |
void | SetStringNamedProperty (System::String value, MapiNamedPropertyId propId) |
MapiContactAddress () | |
Static Public Member Functions | |
static System::SharedPtr< MapiContactElectronicAddress > | to_MapiContactElectronicAddress (System::String emailAddress) |
Protected Member Functions | |
void | SetProperties () override |
virtual | ~MapiContactElectronicAddress () |
Protected Member Functions inherited from Aspose::Email::Mapi::MapiContactAddress | |
System::String | GetStringProperty (System::SharedPtr< System::Object > propId, System::String value) |
void | SetStringProperty (System::SharedPtr< System::Object > propId, System::String value, System::String &prop) |
Friends | |
class | Aspose::Email::Mapi::MapiContactElectronicAddressPropertySet |
Additional Inherited Members | |
Public Attributes inherited from Aspose::Email::Mapi::MapiContactAddress | |
MapiContactAddressType | type |
Protected Attributes inherited from Aspose::Email::Mapi::MapiContactAddress | |
System::SharedPtr< MapiMessageItemBase > | msg |
Refers to the group of properties that define the e-mail address or fax address for a contact.
Aspose::Email::Mapi::MapiContactElectronicAddress::MapiContactElectronicAddress | ( | ) |
Initializes a new instance of the MapiContactElectronicAddress class.
Aspose::Email::Mapi::MapiContactElectronicAddress::MapiContactElectronicAddress | ( | System::SharedPtr< MapiMessageItemBase > | msg, |
MapiContactAddressType | type | ||
) |
Aspose::Email::Mapi::MapiContactElectronicAddress::MapiContactElectronicAddress | ( | System::String | displayName, |
System::String | addressType, | ||
System::String | emailAddress | ||
) |
Initializes a new instance of the MapiContactElectronicAddress class.
displayName | The display name. |
addressType | Type of the address. |
emailAddress | The email address. |
Aspose::Email::Mapi::MapiContactElectronicAddress::MapiContactElectronicAddress | ( | System::String | emailAddress | ) |
Initializes a new instance of the MapiContactElectronicAddress class.
emailAddress | The email address. |
Aspose::Email::Mapi::MapiContactElectronicAddress::MapiContactElectronicAddress | ( | System::String | faxNumber, |
System::String | emailAddress | ||
) |
Initializes a new instance of the MapiContactElectronicAddress class.
faxNumber | The fax number. |
emailAddress | The email address. |
|
protectedvirtual |
|
override |
Determines whether the specified object is equal to the current object.
obj | The object to compare with the current object. |
System::String Aspose::Email::Mapi::MapiContactElectronicAddress::get_AddressType | ( | ) |
Gets the address type of an electronic address
System::String Aspose::Email::Mapi::MapiContactElectronicAddress::get_DisplayName | ( | ) |
Gets the user-readable display name for the e-mail address
System::String Aspose::Email::Mapi::MapiContactElectronicAddress::get_EmailAddress | ( | ) |
Gets the e-mail address of the contact
System::String Aspose::Email::Mapi::MapiContactElectronicAddress::get_FaxNumber | ( | ) |
Gets the telephone number of the mail user's primary fax machine
bool Aspose::Email::Mapi::MapiContactElectronicAddress::get_IsEmpty | ( | ) |
Shows if MapiContactElectronicAddress is empty
System::String Aspose::Email::Mapi::MapiContactElectronicAddress::get_OriginalDisplayName | ( | ) |
Gets the SMTP e-mail address that corresponds to the e-mail address for the Contact object.
The the SMTP e-mail address.
|
override |
void Aspose::Email::Mapi::MapiContactElectronicAddress::set_AddressType | ( | System::String | value | ) |
Sets the address type of an electronic address
void Aspose::Email::Mapi::MapiContactElectronicAddress::set_DisplayName | ( | System::String | value | ) |
Sets the user-readable display name for the e-mail address
void Aspose::Email::Mapi::MapiContactElectronicAddress::set_EmailAddress | ( | System::String | value | ) |
Sets the e-mail address of the contact
void Aspose::Email::Mapi::MapiContactElectronicAddress::set_FaxNumber | ( | System::String | value | ) |
Sets the telephone number of the mail user's primary fax machine
void Aspose::Email::Mapi::MapiContactElectronicAddress::set_OriginalDisplayName | ( | System::String | value | ) |
Sets the SMTP e-mail address that corresponds to the e-mail address for the Contact object.
The the SMTP e-mail address.
|
overrideprotectedvirtual |
Implements Aspose::Email::Mapi::MapiContactAddress.
|
static |
|
override |
Returns a string that represents the current object.
|
friend |