To specify the formatted text corresponding to delivery address of the object the vCard represents. More...
Inherits Object.
Public Member Functions | |
System::String | get_Address () |
To specify the formatted text corresponding to delivery address of the object the vCard represents. More... | |
void | set_Address (System::String value) |
To specify the formatted text corresponding to delivery address of the object the vCard represents. More... | |
VCardDeliveryAddressType | get_AddressType () |
Gets an address type More... | |
void | set_AddressType (VCardDeliveryAddressType value) |
Sets an address type More... | |
VCardLabel (System::SharedPtr< VCardHeader > header) | |
System::SharedPtr< VCardHeader > | ToVCardHeader () |
Friends | |
class | Aspose::Email::PersonalInfo::VCard::VCardContact |
To specify the formatted text corresponding to delivery address of the object the vCard represents.
Aspose::Email::PersonalInfo::VCard::VCardLabel::VCardLabel | ( | System::SharedPtr< VCardHeader > | header | ) |
System::String Aspose::Email::PersonalInfo::VCard::VCardLabel::get_Address | ( | ) |
To specify the formatted text corresponding to delivery address of the object the vCard represents.
VCardDeliveryAddressType Aspose::Email::PersonalInfo::VCard::VCardLabel::get_AddressType | ( | ) |
Gets an address type
void Aspose::Email::PersonalInfo::VCard::VCardLabel::set_Address | ( | System::String | value | ) |
To specify the formatted text corresponding to delivery address of the object the vCard represents.
void Aspose::Email::PersonalInfo::VCard::VCardLabel::set_AddressType | ( | VCardDeliveryAddressType | value | ) |
Sets an address type
System::SharedPtr<VCardHeader> Aspose::Email::PersonalInfo::VCard::VCardLabel::ToVCardHeader | ( | ) |
|
friend |