Performs login using APOP authentication method. APOP authentication method is defined in RFC 1939.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
protected void LoginAPOP(
	string banner
)
Visual Basic
Protected Sub LoginAPOP ( _
	banner As String _
)
Visual C++
protected:
void LoginAPOP(
	String^ banner
)

Parameters

banner
Type: System..::..String
The String returned by POP server.

See Also