Click or drag to resize

MessengerType Class

IT Hit WebDAV Classes Reference
Represents a messenger location and type of communication of a device associated with this mesenger.
Inheritance Hierarchy

Namespace: ITHit.WebDAV.Card
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public class MessengerType : ExtendibleEnum

The MessengerType type exposes the following members.

Constructors
  NameDescription
Public methodMessengerType
This default constructor is required for internal purposes only to support generics. Do not use this contructor.
Public methodMessengerType(String)
Creates a new instance of the enum object.
Top
Properties
  NameDescription
Public propertyStatic memberBusiness
Indicates a business messenger.
Public propertyStatic memberHome
Indicates a home messenger.
Public propertyStatic memberMobile
Indicates a mobile messenger.
Public propertyName
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.)
Public propertyNumber
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberPersonal
Indicates a personal messenger.
Public propertyStatic memberWork
Indicates a work messenger.
Top
Methods
  NameDescription
Public methodEquals (Inherited from ExtendibleEnum.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts this object to its string representation.
(Inherited from ExtendibleEnum.)
Top
Remarks

http://tools.ietf.org/html/rfc4770

See Also