The UserStatus type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyForwardNumber
Gets the status forwarded number.
Public propertyICServers
Gets the list of IC Servers.
Public propertyIsInitialized
Indicates whether this status has been initialized and is valid.
Public propertyIsStale
Gets a value indicating whether the user status is stale or not.
Public propertyLoggedIn
Gets a value indicating whether the user is currently logged in.
Public propertyNotes
Gets the status notes.
Public propertyOnPhone
Gets a value indicating whether the user is on the phone.
Public propertyOnPhoneChanged
Gets the time the current user went on the phone.
Public propertyOnPhoneChangedHasValue
Returns if the server set a valid DateTime value for OnPhoneChanged.
Public propertyPresenceServer
Gets the name of the server that is providing status for this user.
Public propertyStations
Gets the list of stations.
Public propertyStatusChanged
Gets the time the user started in this status.
Public propertyStatusChangedHasValue
Returns if the server set a valid DateTime value for StatusChanged.
Public propertyStatusMessageDetails
Gets the status message definition.
Public propertyUntilDate
Gets the status until date.
Public propertyUntilTime
Gets the status until time.
Public propertyUserId
Gets the unique identifier for this user status entry. This is the IC User name.

See Also