ChangePassword Method
Description
Deprecated. Changes the password for the currently logged in user.
Syntax
Visual Basic
Public Sub ChangePassword( _
   ByVal OldPassword As String, _
   ByVal NewPassword As String _
) 
Parameters
OldPassword
The current password before the change.
NewPassword
The new password.
Remarks

The password can be changed only for the logged on user.

See Also