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


TMsgClient.RegisterNewUser
TMsgClient
Top 

Registers new user at server.

function RegisterNewUser(UserInfo: TMsgBaseUserInfo): Boolean;

Description
Fill UserInfo record by user details then call RegisterNewUser to register new user at server. RegisterNewUser sends command to the server, waits for an answer, and returns True if this operation executed successfully or False in other case.

Note:If user with such UserID is already registered on this server, RegisterNewUser just updates user details in the server database like UpdateMyUserInfo does.  


© AidAim Software MsgCommunicator: