This topic has not yet been rated - Rate this topic

IProfAdmin::ChangeProfilePassword

Deprecated. Changes the password for a profile.

HRESULT ChangeProfilePassword(
  LPTSTR lpszProfileName,
  LPTSTR lpszOldPassword,
  LPTSTR lpszNewPassword,
  ULONG ulFlags
);

Parameters

lpszProfileName

[in] A pointer to the name of the profile associated with the password to be changed.

lpszOldPassword

[in] A pointer to the current password.

lpszNewPassword

[in] A pointer to the new password.

ulFlags

[in] A bitmask of flags that controls the type of the passed-in strings. The following flag can be set:

MAPI_UNICODE

The profile name and passwords are in Unicode format. If the MAPI_UNICODE flag is not set, these strings are in ANSI format.

S_OK

If this method is called, it will return S_OK. However, no action will be taken.

Do not use this method. MAPI does not support passwords for profiles.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.