Specify three physical addresses: Home Address, Work Address, and Other Address. One of the addresses can be marked as the Mailing Address More...
Inherits Object.
Public Member Functions | |
System::SharedPtr< MapiContactPhysicalAddress > | get_WorkAddress () const |
Specifies the address of the contact's work More... | |
void | set_WorkAddress (System::SharedPtr< MapiContactPhysicalAddress > value) |
Specifies the address of the contact's work More... | |
System::SharedPtr< MapiContactPhysicalAddress > | get_HomeAddress () const |
Specifies the address of the contact's home More... | |
void | set_HomeAddress (System::SharedPtr< MapiContactPhysicalAddress > value) |
Specifies the address of the contact's home More... | |
System::SharedPtr< MapiContactPhysicalAddress > | get_OtherAddress () const |
Specifies the other contact's address More... | |
void | set_OtherAddress (System::SharedPtr< MapiContactPhysicalAddress > value) |
Specifies the other contact's address More... | |
MapiContactPhysicalAddressPropertySet () | |
Initializes a new instance of the MapiContactPhysicalAddressPropertySet class More... | |
MapiContactPhysicalAddressPropertySet (System::SharedPtr< MapiMessage > msg) | |
MapiContactPhysicalAddressPropertySet (System::SharedPtr< MapiPropertyCollection > properties) | |
Initializes a new instance of the MapiContactPhysicalAddressPropertySet class More... | |
MapiContactPhysicalAddressPropertySet (System::SharedPtr< MapiContactPhysicalAddress > workAddress, System::SharedPtr< MapiContactPhysicalAddress > homeAddress, System::SharedPtr< MapiContactPhysicalAddress > otherAddress) | |
MapiContactPhysicalAddressPropertySet (System::SharedPtr< Aspose::Email::PersonalInfo::VCard::VCardHeaderList > properties) | |
Initializes a new instance of the MapiContactPhysicalAddressPropertySet class More... | |
void | ToVCard (System::SharedPtr< Aspose::Email::PersonalInfo::VCard::VCardHeaderList > vCardProperties, System::String officeLocation) |
Converts this MapiContactPhysicalAddressPropertySet into vCard properties and adds them to the specified VCardHeaderList More... | |
void | SetProperties (System::SharedPtr< MapiMessage > msg) |
Sets the message properties. More... | |
Friends | |
class | Aspose::Email::Tools::ContactConverter |
class | Aspose::Email::Mapi::MapiContact |
Specify three physical addresses: Home Address, Work Address, and Other Address. One of the addresses can be marked as the Mailing Address
Aspose::Email::Mapi::MapiContactPhysicalAddressPropertySet::MapiContactPhysicalAddressPropertySet | ( | ) |
Initializes a new instance of the MapiContactPhysicalAddressPropertySet class
Aspose::Email::Mapi::MapiContactPhysicalAddressPropertySet::MapiContactPhysicalAddressPropertySet | ( | System::SharedPtr< MapiMessage > | msg | ) |
Aspose::Email::Mapi::MapiContactPhysicalAddressPropertySet::MapiContactPhysicalAddressPropertySet | ( | System::SharedPtr< MapiPropertyCollection > | properties | ) |
Initializes a new instance of the MapiContactPhysicalAddressPropertySet class
properties | A MapiPropertyCollection containing contact physical addresses properties |
Aspose::Email::Mapi::MapiContactPhysicalAddressPropertySet::MapiContactPhysicalAddressPropertySet | ( | System::SharedPtr< MapiContactPhysicalAddress > | workAddress, |
System::SharedPtr< MapiContactPhysicalAddress > | homeAddress, | ||
System::SharedPtr< MapiContactPhysicalAddress > | otherAddress | ||
) |
Aspose::Email::Mapi::MapiContactPhysicalAddressPropertySet::MapiContactPhysicalAddressPropertySet | ( | System::SharedPtr< Aspose::Email::PersonalInfo::VCard::VCardHeaderList > | properties | ) |
Initializes a new instance of the MapiContactPhysicalAddressPropertySet class
properties | A VCardHeaderList containing contact physical addresses properties |
System::SharedPtr<MapiContactPhysicalAddress> Aspose::Email::Mapi::MapiContactPhysicalAddressPropertySet::get_HomeAddress | ( | ) | const |
Specifies the address of the contact's home
System::SharedPtr<MapiContactPhysicalAddress> Aspose::Email::Mapi::MapiContactPhysicalAddressPropertySet::get_OtherAddress | ( | ) | const |
Specifies the other contact's address
System::SharedPtr<MapiContactPhysicalAddress> Aspose::Email::Mapi::MapiContactPhysicalAddressPropertySet::get_WorkAddress | ( | ) | const |
Specifies the address of the contact's work
void Aspose::Email::Mapi::MapiContactPhysicalAddressPropertySet::set_HomeAddress | ( | System::SharedPtr< MapiContactPhysicalAddress > | value | ) |
Specifies the address of the contact's home
void Aspose::Email::Mapi::MapiContactPhysicalAddressPropertySet::set_OtherAddress | ( | System::SharedPtr< MapiContactPhysicalAddress > | value | ) |
Specifies the other contact's address
void Aspose::Email::Mapi::MapiContactPhysicalAddressPropertySet::set_WorkAddress | ( | System::SharedPtr< MapiContactPhysicalAddress > | value | ) |
Specifies the address of the contact's work
void Aspose::Email::Mapi::MapiContactPhysicalAddressPropertySet::SetProperties | ( | System::SharedPtr< MapiMessage > | msg | ) |
Sets the message properties.
msg | The MapiMessage. |
void Aspose::Email::Mapi::MapiContactPhysicalAddressPropertySet::ToVCard | ( | System::SharedPtr< Aspose::Email::PersonalInfo::VCard::VCardHeaderList > | vCardProperties, |
System::String | officeLocation | ||
) |
Converts this MapiContactPhysicalAddressPropertySet into vCard properties and adds them to the specified VCardHeaderList
vCardProperties | A VCardHeaderList |
|
friend |
|
friend |