Class InstantMessengerCategory

InstantMessengerCategory class

Represents category for an instant messenger address

public class InstantMessengerCategory : IEquatable<InstantMessengerCategory>

Constructors

NameDescription
InstantMessengerCategory(string)Initializes a new instance of the InstantMessengerCategory class with ‘Custom’ category.

Properties

NameDescription
static AIM { get; }AIM
static Custom { get; }Custom messenger kind
static GoogleTalk { get; }Google Talk
static ICQ { get; }ICQ
static ImAddress1 { get; }ImAddress1 messenger kind
static ImAddress2 { get; }ImAddress2 messenger kind
static ImAddress3 { get; }ImAddress3 messenger kind
static Jabber { get; }Jabber
static MSN { get; }MSN
static QQ { get; }QQ
static Skype { get; }Skype
static Yahoo { get; }Yahoo
Description { get; }Gets description for the ‘Custom’ category of an instant messenger address
Value { get; }Gets category of an instant messenger address

Methods

NameDescription
virtual Equals(InstantMessengerCategory)Determines whether the specified object is equal to the current object.
override Equals(object)Determines whether the specified Object is equal to the current Object.
override GetHashCode()GetHashCode returns a hash function for this object.
override ToString()Returns a string that represents the current object.
operator ==Determines whether the specified objects are equal.
operator !=Determines whether the specified objects are not equal.

Fields

NameDescription
const AIMValueString value for ‘AIM’ category
const CustomValueString value for ‘Custom’ category
const GoogleTalkValueString value for ‘GoogleTalk’ category
const ICQValueString value for ‘MSN’ category
const ImAddress1ValueString value for ‘ImAddress1’ category
const ImAddress2ValueString value for ‘ImAddress2’ category
const ImAddress3ValueString value for ‘ImAddress3’ category
const JabberValueString value for ‘Jabber’ category
const MSNValueString value for ’’ category
const QQValueString value for ‘QQ’ category
const SkypeValueString value for ‘Skype’ category
const YahooValueString value for ‘Yahoo’ category

See Also