Simple Mail and Post Office Protocol for .Net (SmtPop)

POP3Client Members

POP3Client overview

Public Instance Constructors

POP3Client Constructor Initializes a new instance of the POP3Client class.

Public Instance Properties

Error Last error string
ReceiveTimeout Timeout for read on socket
SendTimeout Timeout for write on socket

Public Instance Methods

Dele Send DELE command
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetHeaderReader Construct a new PopReader pointing to a message header on the server
GetListOverloaded. Sends LIST command
GetMailList Retrieve the message list from the server
GetMailReader Construct a new PopReader pointing to a message on the server
GetStat Send POP STAT command
GetTopOverloaded. Send a TOP command to the pop3 server
GetType (inherited from Object) 
GetUidlOverloaded. Send a UIDL command
Noop Send NOOP command
Open Connect the client to a POP3 server
Quit Send the QUIT command
Retr Send a RETR command
Rset Send RSET Command
SendCommandBlock Send a command to the server and retreive a block of lines
SendLogin Send user login and password to the server
ToString (inherited from Object) 

Public Instance Events

Authentified Event fire when authentification is done
Connected Event fire when connection is established with the server
Received Event fire when some data has been received from the server

See Also

POP3Client Class | SmtPop Namespace