Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo Class Referencefinal

Represents vCard explanatory properties More...

Inherits Object.

Public Member Functions

System::SharedPtr< System::Collections::Specialized::StringCollection > get_Categories () const
 Gets a categories information More...
 
void set_Categories (System::SharedPtr< System::Collections::Specialized::StringCollection > value)
 Sets a categories information More...
 
System::String get_Note () const
 Gets a comments More...
 
void set_Note (System::String value)
 Sets a comments More...
 
System::String get_ProdId () const
 Gets an id of product that created a vCard More...
 
void set_ProdId (System::String value)
 Sets an id of product that created a vCard More...
 
System::DateTime get_Revision () const
 Gets a revision time More...
 
void set_Revision (System::DateTime value)
 Sets a revision time More...
 
System::String get_SortString () const
 Gets a sort string More...
 
void set_SortString (System::String value)
 Sets a sort string More...
 
System::SharedPtr< VCardSoundget_Sound () const
 Gets a sound More...
 
void set_Sound (System::SharedPtr< VCardSound > value)
 Sets a sound More...
 
System::String get_Uid () const
 Gets a unique identifier More...
 
void set_Uid (System::String value)
 Sets a unique identifier More...
 
System::String get_FbUrl () const
 Gets URI for the busy time associated with the object that the vCard represents. More...
 
void set_FbUrl (System::String value)
 Sets URI for the busy time associated with the object that the vCard represents. More...
 
System::SharedPtr< VCardUrlCollectionget_Urls () const
 Gets a urls More...
 
void set_Urls (System::SharedPtr< VCardUrlCollection > value)
 Sets a urls More...
 
System::String get_Version () const
 Gets a vCard version More...
 
 VCardExplanatoryInfo ()
 Initializes a new instance of the VCardExplanatoryInfo class More...
 
 VCardExplanatoryInfo (System::SharedPtr< VCardHeaderList > properties)
 Initializes a new instance of the VCardExplanatoryInfo class More...
 
void ToVCardHeaderList (System::SharedPtr< VCardHeaderList > properties)
 Adds the identification properties to the specified properties More...
 

Friends

class Aspose::Email::PersonalInfo::VCard::VCardContact
 

Detailed Description

Represents vCard explanatory properties

Constructor & Destructor Documentation

◆ VCardExplanatoryInfo() [1/2]

Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::VCardExplanatoryInfo ( )

Initializes a new instance of the VCardExplanatoryInfo class

◆ VCardExplanatoryInfo() [2/2]

Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::VCardExplanatoryInfo ( System::SharedPtr< VCardHeaderList >  properties)

Initializes a new instance of the VCardExplanatoryInfo class

Parameters
propertiesA vCard properties. A used properties are removed
Exceptions
ArgumentNullExceptionproperties is null

Member Function Documentation

◆ get_Categories()

System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_Categories ( ) const

Gets a categories information

◆ get_FbUrl()

System::String Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_FbUrl ( ) const

Gets URI for the busy time associated with the object that the vCard represents.

◆ get_Note()

System::String Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_Note ( ) const

Gets a comments

◆ get_ProdId()

System::String Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_ProdId ( ) const

Gets an id of product that created a vCard

◆ get_Revision()

System::DateTime Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_Revision ( ) const

Gets a revision time

◆ get_SortString()

System::String Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_SortString ( ) const

Gets a sort string

◆ get_Sound()

System::SharedPtr<VCardSound> Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_Sound ( ) const

Gets a sound

◆ get_Uid()

System::String Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_Uid ( ) const

Gets a unique identifier

◆ get_Urls()

System::SharedPtr<VCardUrlCollection> Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_Urls ( ) const

Gets a urls

◆ get_Version()

System::String Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_Version ( ) const

Gets a vCard version

◆ set_Categories()

void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_Categories ( System::SharedPtr< System::Collections::Specialized::StringCollection >  value)

Sets a categories information

◆ set_FbUrl()

void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_FbUrl ( System::String  value)

Sets URI for the busy time associated with the object that the vCard represents.

◆ set_Note()

void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_Note ( System::String  value)

Sets a comments

◆ set_ProdId()

void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_ProdId ( System::String  value)

Sets an id of product that created a vCard

◆ set_Revision()

void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_Revision ( System::DateTime  value)

Sets a revision time

◆ set_SortString()

void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_SortString ( System::String  value)

Sets a sort string

◆ set_Sound()

void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_Sound ( System::SharedPtr< VCardSound value)

Sets a sound

◆ set_Uid()

void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_Uid ( System::String  value)

Sets a unique identifier

◆ set_Urls()

void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_Urls ( System::SharedPtr< VCardUrlCollection value)

Sets a urls

◆ ToVCardHeaderList()

void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::ToVCardHeaderList ( System::SharedPtr< VCardHeaderList >  properties)

Adds the identification properties to the specified properties

Parameters
propertiesA vCard properties
Exceptions
ArgumentNullExceptionproperties is null

Friends And Related Function Documentation

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