Aspose::Email::PersonalInfo::VCard::VCardUrl Class Referencefinal

Represents a vCard URL property More...

Inherits Object.

Public Member Functions

VCardUrlType get_UrlType () const
 Gets a url type More...
 
void set_UrlType (VCardUrlType value)
 Sets a url type More...
 
System::String get_Url () const
 Gets a url More...
 
void set_Url (System::String value)
 Sets a url More...
 
 VCardUrl ()
 Initializes a new instance of the VCardUrl class More...
 
 VCardUrl (System::SharedPtr< VCardHeader > url)
 Initializes a new instance of the VCardUrl class More...
 
System::SharedPtr< VCardHeader > ToVCardHeader ()
 Converts this instance into the corresponding VCardHeader More...
 

Friends

class Aspose::Email::Tools::ContactConverter
 
class Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo
 
class Aspose::Email::Storage::Zimbra::ZimbraContact
 

Detailed Description

Represents a vCard URL property

Constructor & Destructor Documentation

◆ VCardUrl() [1/2]

Aspose::Email::PersonalInfo::VCard::VCardUrl::VCardUrl ( )

Initializes a new instance of the VCardUrl class

◆ VCardUrl() [2/2]

Aspose::Email::PersonalInfo::VCard::VCardUrl::VCardUrl ( System::SharedPtr< VCardHeader >  url)

Initializes a new instance of the VCardUrl class

Parameters
urlA url vCard property
Exceptions
ArgumentNullExceptionurl is null

Member Function Documentation

◆ get_Url()

System::String Aspose::Email::PersonalInfo::VCard::VCardUrl::get_Url ( ) const

Gets a url

◆ get_UrlType()

VCardUrlType Aspose::Email::PersonalInfo::VCard::VCardUrl::get_UrlType ( ) const

Gets a url type

◆ set_Url()

void Aspose::Email::PersonalInfo::VCard::VCardUrl::set_Url ( System::String  value)

Sets a url

◆ set_UrlType()

void Aspose::Email::PersonalInfo::VCard::VCardUrl::set_UrlType ( VCardUrlType  value)

Sets a url type

◆ ToVCardHeader()

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

Converts this instance into the corresponding VCardHeader

Returns
A VCardHeader

Friends And Related Function Documentation

◆ Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo

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

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

◆ Aspose::Email::Tools::ContactConverter

friend class Aspose::Email::Tools::ContactConverter
friend