Hunny Software Library Reference

Pop3Client Members

Pop3Client overview

Public Static (Shared) Fields

TraceOutput Enables trace output of the protocol dialog.

Public Instance Constructors

Pop3Client Constructor Creates a new instance.

Public Instance Properties

ReceiveTimeout Gets or sets the timeout for network receive operations.
ReplyCode Gets the server's reply code.
ReplyText Gets the text of the server's reply
SendTimeout Gets or sets the timeout for network send operations.
SupportsApop Indicates if the POP3 server supports the APOP command.

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