Description
-
Returns text representation of contact's status.
Property type
-
A String value.
Syntax
-
object.StatusText
The StatusText Property syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPContact. |
Remarks
-
Depending on the value returned by the Status Property,
you can retrieve a text representation of the current
contact's status. This property will return text
description. For list of available values, look
at StatusEnum
enumeration.
|