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 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