MessageStore.ChangePassword

MessageStore.ChangePassword method

Sets the password.

public void ChangePassword(string password)
ParameterTypeDescription
passwordStringThe string that represents the password.

Exceptions

exceptioncondition
NotImplementedExceptionThrown when attempting to edit the ANSI file version.

See Also