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 |
| getMessageId | Gets message ID |
| getDateTime | Retrieves and returns a stored date value |
| getFrom | Gets information about the source of the message |
| getMessageType | Gets the message type |
| getFeature | Gets the type of the message content |
| getText | Gets the text of the message |
| getSubject | Gets the subject of the message |