Contattaci: +1-877-99-BOPUP (877-992-6787)

StatusStruct type

Specifies or retrieves information on user's current presence status.

Type StatusStruct     Status As PresenceStatus     Account As String     StatusText As String End Type

Members

Status
A variable of PresenceStatus enum type which contains user's current presence status. This member can be one of the following values:
PresenceStatus.PresenceStatus_Online
Indicates that the user is currently connected to the IM server and is online.
PresenceStatus.PresenceStatus_Offline
Indicates that the user is not connected to the IM server.
PresenceStatus.PresenceStatus_Away
Indicates that the user is currently connected to the IM server but away mode is enabled on the IM client.
Account
Contains the name of user account.
StatusText
Contains an away message of the user if the Status is set to PresenceStatus.PresenceStatus_Away.