Represents vCard identification information More...
Inherits Object.
Public Member Functions | |
| System::SharedPtr< VCardFullName > | get_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< VCardPhoto > | get_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 |
Represents vCard identification information
| Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::VCardIdentificationInfo | ( | ) |
Initializes a new instance of the VCardIdentificationInfo class
| Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::VCardIdentificationInfo | ( | System::SharedPtr< VCardHeaderList > | properties | ) |
Initializes a new instance of the VCardIdentificationInfo class
| properties | A vCard properties. The used properties are removed from list |
| ArgumentNullException | properties is null |
| System::DateTime Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::get_Birthday | ( | ) | const |
Gets a contact's bithday
| System::String Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::get_DisplayName | ( | ) | const |
Gets a contact's display(formatted) name
| System::SharedPtr<VCardFullName> Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::get_FullName | ( | ) | const |
Gets a contact's full name
| System::String Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::get_Nickname | ( | ) | const |
Gets a contact's nickname
| System::SharedPtr<VCardPhoto> Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::get_Photo | ( | ) | const |
Gets a contact's photo
| void Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::set_Birthday | ( | System::DateTime | value | ) |
Sets a contact's bithday
| void Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::set_DisplayName | ( | System::String | value | ) |
Sets a contact's display(formatted) name
| void Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::set_FullName | ( | System::SharedPtr< VCardFullName > | value | ) |
Sets a contact's full name
| void Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::set_Nickname | ( | System::String | value | ) |
Sets a contact's nickname
| void Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::set_Photo | ( | System::SharedPtr< VCardPhoto > | value | ) |
Sets a contact's photo
| void Aspose::Email::PersonalInfo::VCard::VCardIdentificationInfo::ToVCardHeaderList | ( | System::SharedPtr< VCardHeaderList > | properties | ) |
Adds the identification properties to the specified properties
| properties | A vCard properties |
| ArgumentNullException | properties is null |
|
friend |