Refers to the group of properties that define physical address for a contact. More...
Inherits Object.
Public Member Functions | |
bool | get_IsMailingAddress () const |
Gets a value indicating whether this address is mailing address More... | |
void | set_IsMailingAddress (bool value) |
Sets a value indicating whether this address is mailing address More... | |
System::String | get_Street () const |
Specifies the street portion of the contact's address More... | |
void | set_Street (System::String value) |
Specifies the street portion of the contact's address More... | |
System::String | get_City () const |
Specifies the city or locality portion of the contact's address More... | |
void | set_City (System::String value) |
Specifies the city or locality portion of the contact's address More... | |
System::String | get_StateOrProvince () const |
Specifies the state or province portion of the contact's address More... | |
void | set_StateOrProvince (System::String value) |
Specifies the state or province portion of the contact's address More... | |
System::String | get_PostalCode () const |
Specifies the postal code (ZIP code) portion of the contact's address More... | |
void | set_PostalCode (System::String value) |
Specifies the postal code (ZIP code) portion of the contact's address More... | |
System::String | get_Country () const |
Specifies the country or region portion of the contact's address More... | |
void | set_Country (System::String value) |
Specifies the country or region portion of the contact's address More... | |
System::String | get_CountryCode () const |
Specifies the country code portion of the contact's address More... | |
void | set_CountryCode (System::String value) |
Specifies the country code portion of the contact's address More... | |
System::String | get_Address () |
Specifies the complete address of the contact's address More... | |
void | set_Address (System::String value) |
Specifies the complete address of the contact's address More... | |
System::String | get_PostOfficeBox () const |
Gets the post office box More... | |
void | set_PostOfficeBox (System::String value) |
Sets the post office box More... | |
MapiContactPhysicalAddress () | |
Initializes a new instance of the MapiContactPhysicalAddress class. More... | |
System::String | ToVCardValue (System::String officeLocation) |
Composes the string according to vCard format More... | |
Static Public Member Functions | |
static System::SharedPtr< MapiContactPhysicalAddress > | ParseFromVCard (System::String value) |
Parses a MapiContactPhysicalAddress from the given vCard value More... | |
Friends | |
class | Aspose::Email::Tools::ContactConverter |
class | Aspose::Email::Mapi::MapiContactPhysicalAddressPropertySet |
Refers to the group of properties that define physical address for a contact.
Aspose::Email::Mapi::MapiContactPhysicalAddress::MapiContactPhysicalAddress | ( | ) |
Initializes a new instance of the MapiContactPhysicalAddress class.
System::String Aspose::Email::Mapi::MapiContactPhysicalAddress::get_Address | ( | ) |
Specifies the complete address of the contact's address
System::String Aspose::Email::Mapi::MapiContactPhysicalAddress::get_City | ( | ) | const |
Specifies the city or locality portion of the contact's address
System::String Aspose::Email::Mapi::MapiContactPhysicalAddress::get_Country | ( | ) | const |
Specifies the country or region portion of the contact's address
System::String Aspose::Email::Mapi::MapiContactPhysicalAddress::get_CountryCode | ( | ) | const |
Specifies the country code portion of the contact's address
bool Aspose::Email::Mapi::MapiContactPhysicalAddress::get_IsMailingAddress | ( | ) | const |
Gets a value indicating whether this address is mailing address
System::String Aspose::Email::Mapi::MapiContactPhysicalAddress::get_PostalCode | ( | ) | const |
Specifies the postal code (ZIP code) portion of the contact's address
System::String Aspose::Email::Mapi::MapiContactPhysicalAddress::get_PostOfficeBox | ( | ) | const |
Gets the post office box
System::String Aspose::Email::Mapi::MapiContactPhysicalAddress::get_StateOrProvince | ( | ) | const |
Specifies the state or province portion of the contact's address
System::String Aspose::Email::Mapi::MapiContactPhysicalAddress::get_Street | ( | ) | const |
Specifies the street portion of the contact's address
|
static |
Parses a MapiContactPhysicalAddress from the given vCard value
value | A System::String |
void Aspose::Email::Mapi::MapiContactPhysicalAddress::set_Address | ( | System::String | value | ) |
Specifies the complete address of the contact's address
void Aspose::Email::Mapi::MapiContactPhysicalAddress::set_City | ( | System::String | value | ) |
Specifies the city or locality portion of the contact's address
void Aspose::Email::Mapi::MapiContactPhysicalAddress::set_Country | ( | System::String | value | ) |
Specifies the country or region portion of the contact's address
void Aspose::Email::Mapi::MapiContactPhysicalAddress::set_CountryCode | ( | System::String | value | ) |
Specifies the country code portion of the contact's address
void Aspose::Email::Mapi::MapiContactPhysicalAddress::set_IsMailingAddress | ( | bool | value | ) |
Sets a value indicating whether this address is mailing address
void Aspose::Email::Mapi::MapiContactPhysicalAddress::set_PostalCode | ( | System::String | value | ) |
Specifies the postal code (ZIP code) portion of the contact's address
void Aspose::Email::Mapi::MapiContactPhysicalAddress::set_PostOfficeBox | ( | System::String | value | ) |
Sets the post office box
void Aspose::Email::Mapi::MapiContactPhysicalAddress::set_StateOrProvince | ( | System::String | value | ) |
Specifies the state or province portion of the contact's address
void Aspose::Email::Mapi::MapiContactPhysicalAddress::set_Street | ( | System::String | value | ) |
Specifies the street portion of the contact's address
System::String Aspose::Email::Mapi::MapiContactPhysicalAddress::ToVCardValue | ( | System::String | officeLocation | ) |
Composes the string according to vCard format
|
friend |
|
friend |