InstantMessengerCategory Class

Represents category for an instant messenger address
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfoInstantMessengerCategory

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[SerializableAttribute]
public class InstantMessengerCategory : IEquatable<InstantMessengerCategory>

The InstantMessengerCategory type exposes the following members.

Constructors
  NameDescription
Public methodInstantMessengerCategory
Initializes a new instance of the InstantMessengerCategory class with 'Custom' category.
Properties
  NameDescription
Public propertyStatic memberAIM
AIM
Public propertyStatic memberCustom
Custom messenger kind
Public propertyDescription
Gets description for the 'Custom' category of an instant messenger address
Public propertyStatic memberGoogleTalk
Google Talk
Public propertyStatic memberICQ
ICQ
Public propertyStatic memberImAddress1
ImAddress1 messenger kind
Public propertyStatic memberImAddress2
ImAddress2 messenger kind
Public propertyStatic memberImAddress3
ImAddress3 messenger kind
Public propertyStatic memberJabber
Jabber
Public propertyStatic memberMSN
MSN
Public propertyStatic memberQQ
QQ
Public propertyStatic memberSkype
Skype
Public propertyValue
Gets category of an instant messenger address
Public propertyStatic memberYahoo
Yahoo
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(InstantMessengerCategory)
Determines whether the specified object is equal to the current object.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
GetHashCode returns a hash function for this object.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether the specified objects are equal.
Public operatorStatic memberInequality
Determines whether the specified objects are not equal.
Fields
  NameDescription
Public fieldStatic memberAIMValue
String value for 'AIM' category
Public fieldStatic memberCustomValue
String value for 'Custom' category
Public fieldStatic memberGoogleTalkValue
String value for 'GoogleTalk' category
Public fieldStatic memberICQValue
String value for 'MSN' category
Public fieldStatic memberImAddress1Value
String value for 'ImAddress1' category
Public fieldStatic memberImAddress2Value
String value for 'ImAddress2' category
Public fieldStatic memberImAddress3Value
String value for 'ImAddress3' category
Public fieldStatic memberJabberValue
String value for 'Jabber' category
Public fieldStatic memberMSNValue
String value for '' category
Public fieldStatic memberQQValue
String value for 'QQ' category
Public fieldStatic memberSkypeValue
String value for 'Skype' category
Public fieldStatic memberYahooValue
String value for 'Yahoo' category
See Also