INetCredentialCache.Remove

Syntax

Remove(Host: String; Port: Integer; AuthProtocol: String);

Parameters

Host. Name or IP address of the mail server, to which the access is provided.

Port. The port, via which the mail server access is provided.

AuthProtocol. Authentication scheme used by the resource.

Description

The Remove method removes the INetNetworkCredential instance from accounts cache.

Comments

The method removes the specified INetNetworkCredential instance from NetCredentialCache. Calling the Remove method several times for the same INetNetworkCredential instance does not affect the result.

See also:

INetCredentialCache