Description
-
Returns text representation of contact's status.
Property type
-
A String value.
Syntax
-
object.StatusText([StatusId])
The StatusText Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodXMPP. |
| StatusId |
Optional. A Variant value. For a list
of possible values, look here
|
Remarks
-
StatusText property will return text-description of a
value given by Status argument. For a list of possible
values, look here.
If optional StatusID argument is not set,
then StatusText will return text description of current
status.
|