class ClientMessage

Parents

object

Brief

Provides access to messages sent from the server to the client

Public Methods

ClientMessage

This method is a constructor for the class representing a message, it initializes the various properties of the message with default values. The constructor does not return any values

getDateTime

Retrieves and returns a stored date value

getFeature

Gets the type of the message content

getFrom

Gets information about the source of the message

getMessageId

Gets message ID

getMessageType

Gets the message type

getSubject

Gets the subject of the message

getText

Gets the text of the message

back