POP3Client Constructor
|
Initializes a new instance of the POP3Client class. |
Error | Last error string |
ReceiveTimeout | Timeout for read on socket |
SendTimeout | Timeout for write on socket |
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 |
GetList | Overloaded. 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 |
GetTop | Overloaded. Send a TOP command to the pop3 server |
GetType (inherited from Object) | |
GetUidl | Overloaded. 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) |
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 |
POP3Client Class | SmtPop Namespace