IUser Interface

ChangePassword Method

int ChangePassword(string sOldPwd, string sNewPwd);

Changes the user password.

ChangeName Method

int ChangeName(string sNewName);

Changes the username.

GetMessageStore Method

IMessageStore GetMessageStore();

Returns the user’s message store.

SendMessage Method

int SendMessage(string sRecipient, string sMsgText);

Sends a message to another user.

Username Method

string Username

User’s name (read-only property).