Contattaci: +1-877-99-BOPUP (877-992-6787)

IServerClientVB::SetAccountPassword method

Changes or sets user's current password associated with the account and used for connection with the IM server.

Public Sub SetAccountPassword(     ByRef OldPassword As String,     ByRef NewPassword As String,     ByRef ResultCode As UInteger )

Parameters

OldPassword
[in] String variable that contains old password.
NewPassword
[in] String variable that contains new password.
ResultCode
[out] Variable of UInteger type that gets an extended code if error result is returned. For available codes see Available Extended Codes topic.

Return Value

S_OK
The function was successful.
E_INVALIDARG
One or more arguments are incorrect.
E_FAIL
Some error occurred in the function. Check ResultCode variable to get extended information on the error.