Aspose::Email::PersonalInfo::VCard::VCardLabel Class Referencefinal

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
 

Detailed Description

To specify the formatted text corresponding to delivery address of the object the vCard represents.

Constructor & Destructor Documentation

◆ VCardLabel()

Aspose::Email::PersonalInfo::VCard::VCardLabel::VCardLabel ( System::SharedPtr< VCardHeader >  header)

Member Function Documentation

◆ get_Address()

System::String Aspose::Email::PersonalInfo::VCard::VCardLabel::get_Address ( )

To specify the formatted text corresponding to delivery address of the object the vCard represents.

◆ get_AddressType()

VCardDeliveryAddressType Aspose::Email::PersonalInfo::VCard::VCardLabel::get_AddressType ( )

Gets an address type

◆ set_Address()

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.

◆ set_AddressType()

void Aspose::Email::PersonalInfo::VCard::VCardLabel::set_AddressType ( VCardDeliveryAddressType  value)

Sets an address type

◆ ToVCardHeader()

System::SharedPtr<VCardHeader> Aspose::Email::PersonalInfo::VCard::VCardLabel::ToVCardHeader ( )

Friends And Related Function Documentation

◆ Aspose::Email::PersonalInfo::VCard::VCardContact