Class InstantMessengerCategory
InstantMessengerCategory class
Represents category for an instant messenger address
public class InstantMessengerCategory : IEquatable<InstantMessengerCategory>
Constructors
| Name | Description |
|---|
| InstantMessengerCategory(string) | Initializes a new instance of the InstantMessengerCategory class with ‘Custom’ category. |
Properties
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| 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
See Also