Give Us a Call: +1-877-99-BOPUP

VBMessageTypingStruct structure

Specifies or retrieves information on message typing event. Used to deliver instant notification to a recipient that message is being typed or to receive such event from other users. As a result of reception of this event the IM client must display "User is typing message..." or similar notification in it's GUI.

Public Structure VBMessageTypingStruct     Dim TypingFlags As UInteger     Dim RecipientName As String End Structure

Members

TypingFlags
Not used in this version of the IM Client SDK.
RecipientName
Contains the name of user account that is a recipient of currently typed message.