INetCredentialCache.Remove

Syntax

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

Parameters

Host. The name or the IP address of the mail server to which the access is provided.

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

AuthProtocol. The authentication scheme used by the resource.]

Description

The Remove method removes the NetNetworkCredential instance from cache.

Comments

The Remove method removes the specified NetNetworkCredential instance from NetCredentialCache. Multiple calls of the Remove method for the same NetNetworkCredential instance do not affect the initial result.

See also:

INetCredentialCache