int ChangePassword(string sOldPwd, string sNewPwd);
Changes the user password.
int ChangeName(string sNewName);
Changes the username.
IMessageStore GetMessageStore();
Returns the user’s message store.
int SendMessage(string sRecipient, string sMsgText);
Sends a message to another user.
string Username
User’s name (read-only property).