|
Messenger::MyStatus
The Messenger::MyStatus property sets or gets the status
of the current Messenger user.
Syntax
This is a read/write property.
[number] MyStatus;
Data Type
A number taken from the following enumeration:
|
STATUS_INVISIBLE (2)
STATUS_ONLINE (3)
STATUS_BUSY (4)
STATUS_BRB (5)
STATUS_IDLE (6)
STATUS_AWAY (7)
STATUS_INCALL (8)
STATUS_OUTLUNCH (9)
|
Appear Offline
Online
Busy
Be Right Back
Idle
Away
In a Call
Out to Lunch
|
If no user is currently signed-in or if Messenger Plus! fails to
get the current's user status for any reason, the return value
is:
|
STATUS_UNKNOWN (0)
|
Unknown
|
Remarks
You can use this property to check if the current Messenger user
is signed-in (the property returns 2 or above). Use this property
before calling a function in the API that requires the current user
to be signed-in.
Messenger Plus! 4.23 and earlier: enumeration names are not
available, numbers must be used instead.
Property Information
| Object |
Messenger |
| Availability |
Messenger Plus! Live 4.00 |
See Also
Messenger Object.
|