Hunny Software Library Reference

Pop3Client Methods

The methods of the Pop3Client class are listed below. For a complete list of Pop3Client class members, see the Pop3Client Members topic.

Public Instance Methods

Apop Sends the APOP command.
AuthCramMd5 Send the AUTH CRAM-MD5 command.
Cancel Cancels a currently executing command.
Capa Sends the CAPA command.
ConnectOverloaded. Opens a connection to a POP3 server.
Dele Sends the DELE command.
Disconnect Closes the connection to the POP3 server.
Dispose Releases all resources used by this instance.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ListOverloaded. Sends the LIST command.
Noop Sends the NOOP command.
Pass Sends the PASS command.
Quit Sends the QUIT command.
Retr Sends the RETR command.
Rset Sends the RSET command
Stat Sends the STAT command.
Top Sends the TOP command.
ToString (inherited from Object)Returns a String that represents the current Object.
UidlOverloaded. Sends the UIDL command with no argument.
User Sends the USER command.

Protected Instance Methods

Finalize Releases all resources used by this instance.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Pop3Client Class | Hunny.Mail Namespace | RFC 1939 Post Office Protocol - Version 3 | RFC 1734 POP3 AUTHentication command | RFC 2449 POP3 Extension Mechanism