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

VBStatusStruct structure

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

Public Structure VBStatusStruct     Dim Status As Byte     Dim Account As String     Dim StatusText As String End Structure

Members

Status
Contains user's current presence status. This member can be one of the following values:
VBPresenceStatus.Online
Indicates that the user is currently connected to the IM server and is online.
VBPresenceStatus.Offline
Indicates that the user is not connected to the IM server.
VBPresenceStatus.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 the away message of the user if the Status is set to VBPresenceStatus.Away.