Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo Class Referencefinal

Represents vCard identification information More...

Inherits Object.

Public Member Functions

System::SharedPtr< VCardFullNameget_FullName () const
 Gets a contact's full name More...
 
void set_FullName (System::SharedPtr< VCardFullName > value)
 Sets a contact's full name More...
 
System::String get_DisplayName () const
 Gets a contact's display(formatted) name More...
 
void set_DisplayName (System::String value)
 Sets a contact's display(formatted) name More...
 
System::String get_Nickname () const
 Gets a contact's nickname More...
 
void set_Nickname (System::String value)
 Sets a contact's nickname More...
 
System::DateTime get_Birthday () const
 Gets a contact's bithday More...
 
void set_Birthday (System::DateTime value)
 Sets a contact's bithday More...
 
System::SharedPtr< VCardPhotoget_Photo () const
 Gets a contact's photo More...
 
void set_Photo (System::SharedPtr< VCardPhoto > value)
 Sets a contact's photo More...
 
 VCardIdentificationInfo ()
 Initializes a new instance of the VCardIdentificationInfo class More...
 
 VCardIdentificationInfo (System::SharedPtr< VCardHeaderList > properties)
 Initializes a new instance of the VCardIdentificationInfo 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 identification information

Constructor & Destructor Documentation

◆ VCardIdentificationInfo() [1/2]

Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::VCardIdentificationInfo ( )

Initializes a new instance of the VCardIdentificationInfo class

◆ VCardIdentificationInfo() [2/2]

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

Initializes a new instance of the VCardIdentificationInfo class

Parameters
propertiesA vCard properties. The used properties are removed from list
Exceptions
ArgumentNullExceptionproperties is null

Member Function Documentation

◆ get_Birthday()

System::DateTime Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::get_Birthday ( ) const

Gets a contact's bithday

◆ get_DisplayName()

System::String Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::get_DisplayName ( ) const

Gets a contact's display(formatted) name

◆ get_FullName()

System::SharedPtr<VCardFullName> Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::get_FullName ( ) const

Gets a contact's full name

◆ get_Nickname()

System::String Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::get_Nickname ( ) const

Gets a contact's nickname

◆ get_Photo()

System::SharedPtr<VCardPhoto> Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::get_Photo ( ) const

Gets a contact's photo

◆ set_Birthday()

void Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::set_Birthday ( System::DateTime  value)

Sets a contact's bithday

◆ set_DisplayName()

void Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::set_DisplayName ( System::String  value)

Sets a contact's display(formatted) name

◆ set_FullName()

void Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::set_FullName ( System::SharedPtr< VCardFullName value)

Sets a contact's full name

◆ set_Nickname()

void Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::set_Nickname ( System::String  value)

Sets a contact's nickname

◆ set_Photo()

void Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::set_Photo ( System::SharedPtr< VCardPhoto value)

Sets a contact's photo

◆ ToVCardHeaderList()

void Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::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