The StatusMessageDetails type exposes the following members.

Methods

  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides Object..::..Equals(Object).)
Public methodEquals(StatusMessageDetails)
Determines whether the specified StatusMessageDetails is equal to the current StatusMessageDetails.
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.
(Overrides Object..::..GetHashCode()()()().)
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.)

Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether two instances of StatusMessageDetails are equal.
Public operatorStatic memberInequality
Determines whether two instances of StatusMessageDetails are not equal.

Properties

  NameDescription
Public propertyCanHaveDate
Gets a value indicating whether this status can have an ending date.
Public propertyCanHaveTime
Gets a value indicating whether this status can have an ending time.
Public propertyStatic memberDefaultAvailableIcon
Gets the default icon associated with any valid Available status.
Public propertyStatic memberDefaultUnavailableIcon
Gets the default icon associated with any invalid or Unavailable status.
Public propertyGroupTag
Gets the group this status belongs to for reporting.
Public propertyIcon
Gets the icon associated with this status message.
Public propertyIconFileName
Gets the path to an icon file used to display for this status.
Public propertyId
Gets the unique internal identifier for this status. See MessageText for display usages.
Public propertyIsAcdStatus
Gets a value indicating whether this status allows ACD calls.
Public propertyIsAfterCallWorkStatus
Gets a value indicating whether this status requires after call work (ACW).
Public propertyIsAllowFollowUpStatus
Gets a value indicating whether this status allows follow up.
Public propertyIsDoNotDisturbStatus
Gets a value indicating whether this instance is a do not disturb status.
Public propertyIsFollowMeStatus
Gets a value indicating whether this status is a "follow me" status.
Public propertyIsForwardStatus
Gets a value indicating whether this instance is a forward status.
Public propertyIsPersistentStatus
Gets a value indicating whether the status can persist when the agent logs out of IC.
Public propertyIsSelectableStatus
Gets a value indicating whether this status is selectable by an agent.
Public propertyIsValid
Gets whether this status message is valid.
Public propertyMessageText
Gets the localized message text when displaying this status.
Public propertySystemId
Gets an unique numeric identifier for this status message.

See Also