Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress Class Referencefinal

Represents a vCard delivery address More...

Inherits Object.

Public Member Functions

System::String get_PoBox () const
 Gets a PO box More...
 
void set_PoBox (System::String value)
 Sets a PO box More...
 
System::String get_ExtendedAddress () const
 Gets an extended address More...
 
void set_ExtendedAddress (System::String value)
 Sets an extended address More...
 
System::String get_Street () const
 Gets a street More...
 
void set_Street (System::String value)
 Sets a street More...
 
System::String get_Locality () const
 Gets a locality More...
 
void set_Locality (System::String value)
 Sets a locality More...
 
System::String get_Region () const
 Gets a region More...
 
void set_Region (System::String value)
 Sets a region More...
 
System::String get_PostalCode () const
 Gets a postal code More...
 
void set_PostalCode (System::String value)
 Sets a postal code More...
 
System::String get_CountryName () const
 Gets a country More...
 
void set_CountryName (System::String value)
 Sets a country More...
 
VCardDeliveryAddressType get_AddressType () const
 Gets an address type More...
 
void set_AddressType (VCardDeliveryAddressType value)
 Sets an address type More...
 
 VCardDeliveryAddress ()
 Initializes a new instance of the VCardDeliveryAddress class More...
 
 VCardDeliveryAddress (System::SharedPtr< VCardHeader > adrProperty)
 Initializes a new instance of the VCardDeliveryAddress class More...
 
System::SharedPtr< VCardHeader > ToVCardHeader ()
 Converts this instance into the corresponding VCardHeader More...
 

Friends

class Aspose::Email::PersonalInfo::VCard::VCardContact
 
class Aspose::Email::Storage::Zimbra::ZimbraContact
 

Detailed Description

Represents a vCard delivery address

Constructor & Destructor Documentation

◆ VCardDeliveryAddress() [1/2]

Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::VCardDeliveryAddress ( )

Initializes a new instance of the VCardDeliveryAddress class

◆ VCardDeliveryAddress() [2/2]

Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::VCardDeliveryAddress ( System::SharedPtr< VCardHeader >  adrProperty)

Initializes a new instance of the VCardDeliveryAddress class

Parameters
adrPropertyAn ADR vCard property
Exceptions
ArgumentNullExceptionadrProperty is null

Member Function Documentation

◆ get_AddressType()

VCardDeliveryAddressType Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::get_AddressType ( ) const

Gets an address type

◆ get_CountryName()

System::String Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::get_CountryName ( ) const

Gets a country

◆ get_ExtendedAddress()

System::String Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::get_ExtendedAddress ( ) const

Gets an extended address

◆ get_Locality()

System::String Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::get_Locality ( ) const

Gets a locality

◆ get_PoBox()

System::String Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::get_PoBox ( ) const

Gets a PO box

◆ get_PostalCode()

System::String Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::get_PostalCode ( ) const

Gets a postal code

◆ get_Region()

System::String Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::get_Region ( ) const

Gets a region

◆ get_Street()

System::String Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::get_Street ( ) const

Gets a street

◆ set_AddressType()

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

Sets an address type

◆ set_CountryName()

void Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::set_CountryName ( System::String  value)

Sets a country

◆ set_ExtendedAddress()

void Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::set_ExtendedAddress ( System::String  value)

Sets an extended address

◆ set_Locality()

void Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::set_Locality ( System::String  value)

Sets a locality

◆ set_PoBox()

void Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::set_PoBox ( System::String  value)

Sets a PO box

◆ set_PostalCode()

void Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::set_PostalCode ( System::String  value)

Sets a postal code

◆ set_Region()

void Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::set_Region ( System::String  value)

Sets a region

◆ set_Street()

void Aspose::Email::PersonalInfo::VCard::VCardDeliveryAddress::set_Street ( System::String  value)

Sets a street

◆ ToVCardHeader()

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

Converts this instance into the corresponding VCardHeader

Returns
A VCardHeader

Friends And Related Function Documentation

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

◆ Aspose::Email::Storage::Zimbra::ZimbraContact

friend class Aspose::Email::Storage::Zimbra::ZimbraContact
friend