Implemented by a password management extension to set or change passwords for a management agent.

The following tables list the members exposed by the IMAPasswordManagement type.

Public Methods

  Name Description
public method BeginConnectionToServer Begins a connection to the server.
public method ChangePassword Changes the password on the CSEntry object. This method is called when the call to the BeginConnectionToServer method is successful.
public method EndConnectionToServer Ends the connection to the server and releases the resources.
public method GetConnectionSecurityLevel Determines the security level of the connection to the server. This method is called after the call to the BeginConnectionToServer method is successful.
public method RequireChangePasswordOnNextLogin This method is not used.
public method SetPassword Sets the password for the CSEntry object. This method is called when the call to the BeginConnectionToServer method is successful.
Top

See Also