Represents category for an instant messenger address More...
Inherits IEquatable< System::SharedPtr< Aspose::Email::PersonalInfo::InstantMessengerCategory > >.
Public Member Functions | |
System::String | get_Value () const |
Gets category of an instant messenger address More... | |
System::String | get_Description () const |
Gets description for the 'Custom' category of an instant messenger address More... | |
InstantMessengerCategory (System::String value, System::String description) | |
Initializes a new instance of the InstantMessengerCategory class with 'Custom' category. More... | |
InstantMessengerCategory (System::String description) | |
Initializes a new instance of the InstantMessengerCategory class with 'Custom' category. More... | |
int32_t | GetHashCode () const override |
GetHashCode returns a hash function for this object. More... | |
bool | Equals (System::SharedPtr< System::Object > obj) override |
Determines whether the specified Object is equal to the current Object. More... | |
bool | Equals (System::SharedPtr< InstantMessengerCategory > other) override |
Determines whether the specified object is equal to the current object. More... | |
System::String | ToString () const override |
Returns a string that represents the current object. More... | |
Static Public Member Functions | |
static System::SharedPtr< InstantMessengerCategory > | get_GoogleTalk () |
Google Talk More... | |
static System::SharedPtr< InstantMessengerCategory > | get_AIM () |
AIM More... | |
static System::SharedPtr< InstantMessengerCategory > | get_Yahoo () |
Yahoo More... | |
static System::SharedPtr< InstantMessengerCategory > | get_Skype () |
Skype More... | |
static System::SharedPtr< InstantMessengerCategory > | get_QQ () |
QQ More... | |
static System::SharedPtr< InstantMessengerCategory > | get_MSN () |
MSN More... | |
static System::SharedPtr< InstantMessengerCategory > | get_ICQ () |
ICQ More... | |
static System::SharedPtr< InstantMessengerCategory > | get_Jabber () |
Jabber More... | |
static System::SharedPtr< InstantMessengerCategory > | get_Custom () |
Custom messenger kind More... | |
static System::SharedPtr< InstantMessengerCategory > | get_ImAddress1 () |
ImAddress1 messenger kind More... | |
static System::SharedPtr< InstantMessengerCategory > | get_ImAddress2 () |
ImAddress2 messenger kind More... | |
static System::SharedPtr< InstantMessengerCategory > | get_ImAddress3 () |
ImAddress3 messenger kind More... | |
Static Public Attributes | |
static const System::String | GoogleTalkValue |
String value for 'GoogleTalk' category More... | |
static const System::String | AIMValue |
String value for 'AIM' category More... | |
static const System::String | YahooValue |
String value for 'Yahoo' category More... | |
static const System::String | SkypeValue |
String value for 'Skype' category More... | |
static const System::String | QQValue |
String value for 'QQ' category More... | |
static const System::String | MSNValue |
String value for '' category More... | |
static const System::String | ICQValue |
String value for 'MSN' category More... | |
static const System::String | JabberValue |
String value for 'Jabber' category More... | |
static const System::String | CustomValue |
String value for 'Custom' category More... | |
static const System::String | ImAddress1Value |
String value for 'ImAddress1' category More... | |
static const System::String | ImAddress2Value |
String value for 'ImAddress2' category More... | |
static const System::String | ImAddress3Value |
String value for 'ImAddress3' category More... | |
Friends | |
class | Aspose::Email::Tools::ContactConverter |
bool | operator== (System::SharedPtr< InstantMessengerCategory > a, System::SharedPtr< InstantMessengerCategory > b) |
bool | operator!= (System::SharedPtr< InstantMessengerCategory > a, System::SharedPtr< InstantMessengerCategory > b) |
Represents category for an instant messenger address
Aspose::Email::PersonalInfo::InstantMessengerCategory::InstantMessengerCategory | ( | System::String | value, |
System::String | description | ||
) |
Initializes a new instance of the InstantMessengerCategory class with 'Custom' category.
value | Instant messenger address category |
description | Description for the 'Custom' category of a instant messenger address |
Aspose::Email::PersonalInfo::InstantMessengerCategory::InstantMessengerCategory | ( | System::String | description | ) |
Initializes a new instance of the InstantMessengerCategory class with 'Custom' category.
description | Description for the 'Custom' category of an instant messenger address |
|
override |
Determines whether the specified object is equal to the current object.
other | The object to compare with the current object. |
|
override |
Determines whether the specified Object is equal to the current Object.
obj | The Object to compare with the current Object. |
|
static |
AIM
|
static |
Custom messenger kind
System::String Aspose::Email::PersonalInfo::InstantMessengerCategory::get_Description | ( | ) | const |
Gets description for the 'Custom' category of an instant messenger address
|
static |
Google Talk
|
static |
ICQ
|
static |
ImAddress1 messenger kind
|
static |
ImAddress2 messenger kind
|
static |
ImAddress3 messenger kind
|
static |
Jabber
|
static |
MSN
|
static |
|
static |
Skype
System::String Aspose::Email::PersonalInfo::InstantMessengerCategory::get_Value | ( | ) | const |
Gets category of an instant messenger address
|
static |
Yahoo
|
override |
GetHashCode returns a hash function for this object.
|
override |
Returns a string that represents the current object.
|
friend |
|
friend |
|
friend |
|
static |
String value for 'AIM' category
|
static |
String value for 'Custom' category
|
static |
String value for 'GoogleTalk' category
|
static |
String value for 'MSN' category
|
static |
String value for 'ImAddress1' category
|
static |
String value for 'ImAddress2' category
|
static |
String value for 'ImAddress3' category
|
static |
String value for 'Jabber' category
|
static |
String value for '' category
|
static |
String value for 'QQ' category
|
static |
String value for 'Skype' category
|
static |
String value for 'Yahoo' category