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


TMsgBaseUserInfo type

Top  Previous  Next

TMsgUserInfo contains user details.

Unit
MsgComBase

type

TMsgBaseUserInfo = packed record
UserID:       Cardinal;
UserName:    ShortString;
FirstName:    ShortString;
LastName:    ShortString;
NickName:    ShortString;
Organization:    ShortString;
Department:    ShortString;
end;
PMsgBaseUserInfo = ^TMsgUserInfo;

Description
TMsgBaseUserInfo type contains user detais.
UserID is an unique identifier of the user registered at this server.
Other fields contains user details and are not necessary to be defined.



© AidAim Software MsgCommunicator: