Namespace: ITHit.Collab.Card
The MessengerType type exposes the following members.
| Name | Description | |
|---|---|---|
| MessengerType |
Creates a new instance of the enum object.
|
| Name | Description | |
|---|---|---|
| Business |
Indicates a business messenger. String value is "BUSINESS", integer value is 8.
| |
| Home |
Indicates a home messenger. String value is "HOME", integer value is 1.
| |
| Mobile |
Indicates a mobile messenger. String value is "MOBILE", integer value is 16.
| |
| Name |
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.) | |
| Number |
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.) | |
| Personal |
Indicates a personal messenger. String value is "PERSONAL", integer value is 4.
| |
| Work |
Indicates a work messenger. String value is "WORK", integer value is 2.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from ExtendibleEnum.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Converts this object to its string representation.
(Inherited from ExtendibleEnum.) |
http://tools.ietf.org/html/rfc4770