Click or drag to resize

CWormsInstantMessage Class

Defines a single Instant Message.
Inheritance Hierarchy
SystemObject
  Woti.IMCWormsInstantMessage

Namespace: Woti.IM
Assembly: Woti (in Woti.dll) Version: 13.4.271.0
Syntax
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("06792645-2CA6-4aca-8135-9380C547CE33")]
public class CWormsInstantMessage : IWormsInstantMessage

The CWormsInstantMessage type exposes the following members.

Properties
 NameDescription
Public propertyActionIdThe unique identifier for this IM.
Public propertyIsUserOrChatMessageIndicates whether this message was sent to a user or chat
Public propertyMessageTextThe text of the IM.
Public propertyMessageTypeIndicates whether this message is a Normal, News, Regular Request, Invite Request or Support Request message
Public propertyNewsSource If the message is a News message, this will indicate the source of the News story
Public propertySourceUserNameName of the user that generated this IM.
Public propertyTargetChatRoomObsolete.
The chat room for which this IM is intended.
Public propertyTargetChatRoomIdThe ID of the chat room for which this IM is intended.
Public propertyTargetUserNameName of the user for which this IM is intended.
Public propertyTimeThe UTC time at which this IM was sent.
Top
See Also