Aspose::Email::PersonalInfo::VCard::VCardFullName Class Referencefinal

Represents vCard contact full name (N property) More...

Inherits Object.

Public Member Functions

System::String get_FamilyName () const
 Gets a family name More...
 
void set_FamilyName (System::String value)
 Sets a family name More...
 
System::String get_GivenName () const
 Gets a given name More...
 
void set_GivenName (System::String value)
 Sets a given name More...
 
System::String get_MiddleName () const
 Gets a middle name More...
 
void set_MiddleName (System::String value)
 Sets a middle name More...
 
System::String get_HonorificPrefixes () const
 Gets a honorific prefixes More...
 
void set_HonorificPrefixes (System::String value)
 Sets a honorific prefixes More...
 
System::String get_HonorificPostfixes () const
 Gets a honorific postfixes More...
 
void set_HonorificPostfixes (System::String value)
 Sets a honorific postfixes More...
 
bool get_IsEmpty ()
 Gets a value indicating whether the all properties are null or empty More...
 
 VCardFullName ()
 Initializes a new instance of the VCardFullName class More...
 
 VCardFullName (System::SharedPtr< VCardHeader > nameProperty)
 Initializes a new instance of the VCardFullName class More...
 
System::SharedPtr< VCardHeader > ToVCardHeader ()
 Converts this instance into the corresponding vCard N property More...
 

Friends

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

Detailed Description

Represents vCard contact full name (N property)

Constructor & Destructor Documentation

◆ VCardFullName() [1/2]

Aspose::Email::PersonalInfo::VCard::VCardFullName::VCardFullName ( )

Initializes a new instance of the VCardFullName class

◆ VCardFullName() [2/2]

Aspose::Email::PersonalInfo::VCard::VCardFullName::VCardFullName ( System::SharedPtr< VCardHeader >  nameProperty)

Initializes a new instance of the VCardFullName class

Parameters
namePropertyA N vCard property

Member Function Documentation

◆ get_FamilyName()

System::String Aspose::Email::PersonalInfo::VCard::VCardFullName::get_FamilyName ( ) const

Gets a family name

◆ get_GivenName()

System::String Aspose::Email::PersonalInfo::VCard::VCardFullName::get_GivenName ( ) const

Gets a given name

◆ get_HonorificPostfixes()

System::String Aspose::Email::PersonalInfo::VCard::VCardFullName::get_HonorificPostfixes ( ) const

Gets a honorific postfixes

◆ get_HonorificPrefixes()

System::String Aspose::Email::PersonalInfo::VCard::VCardFullName::get_HonorificPrefixes ( ) const

Gets a honorific prefixes

◆ get_IsEmpty()

bool Aspose::Email::PersonalInfo::VCard::VCardFullName::get_IsEmpty ( )

Gets a value indicating whether the all properties are null or empty

◆ get_MiddleName()

System::String Aspose::Email::PersonalInfo::VCard::VCardFullName::get_MiddleName ( ) const

Gets a middle name

◆ set_FamilyName()

void Aspose::Email::PersonalInfo::VCard::VCardFullName::set_FamilyName ( System::String  value)

Sets a family name

◆ set_GivenName()

void Aspose::Email::PersonalInfo::VCard::VCardFullName::set_GivenName ( System::String  value)

Sets a given name

◆ set_HonorificPostfixes()

void Aspose::Email::PersonalInfo::VCard::VCardFullName::set_HonorificPostfixes ( System::String  value)

Sets a honorific postfixes

◆ set_HonorificPrefixes()

void Aspose::Email::PersonalInfo::VCard::VCardFullName::set_HonorificPrefixes ( System::String  value)

Sets a honorific prefixes

◆ set_MiddleName()

void Aspose::Email::PersonalInfo::VCard::VCardFullName::set_MiddleName ( System::String  value)

Sets a middle name

◆ ToVCardHeader()

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

Converts this instance into the corresponding vCard N property

Returns
A VCardHeader

Friends And Related Function Documentation

◆ Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo

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

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