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 |
Represents vCard contact full name (N property)
Aspose::Email::PersonalInfo::VCard::VCardFullName::VCardFullName | ( | ) |
Initializes a new instance of the VCardFullName class
Aspose::Email::PersonalInfo::VCard::VCardFullName::VCardFullName | ( | System::SharedPtr< VCardHeader > | nameProperty | ) |
Initializes a new instance of the VCardFullName class
nameProperty | A N vCard property |
System::String Aspose::Email::PersonalInfo::VCard::VCardFullName::get_FamilyName | ( | ) | const |
Gets a family name
System::String Aspose::Email::PersonalInfo::VCard::VCardFullName::get_GivenName | ( | ) | const |
Gets a given name
System::String Aspose::Email::PersonalInfo::VCard::VCardFullName::get_HonorificPostfixes | ( | ) | const |
Gets a honorific postfixes
System::String Aspose::Email::PersonalInfo::VCard::VCardFullName::get_HonorificPrefixes | ( | ) | const |
Gets a honorific prefixes
bool Aspose::Email::PersonalInfo::VCard::VCardFullName::get_IsEmpty | ( | ) |
Gets a value indicating whether the all properties are null
or empty
System::String Aspose::Email::PersonalInfo::VCard::VCardFullName::get_MiddleName | ( | ) | const |
Gets a middle name
void Aspose::Email::PersonalInfo::VCard::VCardFullName::set_FamilyName | ( | System::String | value | ) |
Sets a family name
void Aspose::Email::PersonalInfo::VCard::VCardFullName::set_GivenName | ( | System::String | value | ) |
Sets a given name
void Aspose::Email::PersonalInfo::VCard::VCardFullName::set_HonorificPostfixes | ( | System::String | value | ) |
Sets a honorific postfixes
void Aspose::Email::PersonalInfo::VCard::VCardFullName::set_HonorificPrefixes | ( | System::String | value | ) |
Sets a honorific prefixes
void Aspose::Email::PersonalInfo::VCard::VCardFullName::set_MiddleName | ( | System::String | value | ) |
Sets a middle name
System::SharedPtr<VCardHeader> Aspose::Email::PersonalInfo::VCard::VCardFullName::ToVCardHeader | ( | ) |
Converts this instance into the corresponding vCard N property
|
friend |
|
friend |