MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgMessageType type

Top  Previous  Next

TMsgMessageType lists the message types.

Unit
MsgTypes

type

TMsgMessageType = (
// Message Types
aamtText, aamtBinary, aamtStream,
// Command Types
MsgUserOnLine, MsgUserOffLine,
MsgCustomCommand,
aamtNone
);

Description
TMsgUserInfo type is the full list of message types.
aamtText - text message
aamtBinary - binary message
aamtStream - stream message
aamtNone - no message
MsgCustomCommand - custom command (send by SendCommand)
Other command types are only for internal usage by MsgCommunicator code.


© AidAim Software MsgCommunicator: Delphi Messenger Sdk Instant Messaging Sdk Im Sdk