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< VCardSound > | get_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< VCardUrlCollection > | get_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 |
Represents vCard explanatory properties
Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::VCardExplanatoryInfo | ( | ) |
Initializes a new instance of the VCardExplanatoryInfo class
Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::VCardExplanatoryInfo | ( | System::SharedPtr< VCardHeaderList > | properties | ) |
Initializes a new instance of the VCardExplanatoryInfo class
properties | A vCard properties. A used properties are removed |
ArgumentNullException | properties is null |
System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_Categories | ( | ) | const |
Gets a categories information
System::String Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_FbUrl | ( | ) | const |
Gets URI for the busy time associated with the object that the vCard represents.
System::String Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_Note | ( | ) | const |
Gets a comments
System::String Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_ProdId | ( | ) | const |
Gets an id of product that created a vCard
System::DateTime Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_Revision | ( | ) | const |
Gets a revision time
System::String Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_SortString | ( | ) | const |
Gets a sort string
System::SharedPtr<VCardSound> Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_Sound | ( | ) | const |
Gets a sound
System::String Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_Uid | ( | ) | const |
Gets a unique identifier
System::SharedPtr<VCardUrlCollection> Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_Urls | ( | ) | const |
Gets a urls
System::String Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::get_Version | ( | ) | const |
Gets a vCard version
void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_Categories | ( | System::SharedPtr< System::Collections::Specialized::StringCollection > | value | ) |
Sets a categories information
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.
void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_Note | ( | System::String | value | ) |
Sets a comments
void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_ProdId | ( | System::String | value | ) |
Sets an id of product that created a vCard
void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_Revision | ( | System::DateTime | value | ) |
Sets a revision time
void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_SortString | ( | System::String | value | ) |
Sets a sort string
void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_Sound | ( | System::SharedPtr< VCardSound > | value | ) |
Sets a sound
void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_Uid | ( | System::String | value | ) |
Sets a unique identifier
void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::set_Urls | ( | System::SharedPtr< VCardUrlCollection > | value | ) |
Sets a urls
void Aspose::Email::PersonalInfo::VCard::VCardExplanatoryInfo::ToVCardHeaderList | ( | System::SharedPtr< VCardHeaderList > | properties | ) |
Adds the identification properties to the specified properties
properties | A vCard properties |
ArgumentNullException | properties is null |
|
friend |