Network clients namespace.
Syntax
| C# |
|---|
namespace Lesnikowski.Client |
| Visual Basic (Declaration) |
|---|
Namespace Lesnikowski.Client |
| Visual C++ |
|---|
namespace Lesnikowski.Client |
Classes
| Class | Description | |
|---|---|---|
| Pop3 |
Class used for connecting to POP3 server.
It allows downloading, deleting emails and so on.
| |
| Pop3MultiLineResponse |
Implements POP3 server multi-line response.
| |
| Pop3Response |
Implementing POP3 server single-line response.
| |
| ProgressArgs |
Arguments for progress event.
| |
| ServerCertificateValidateEventArgs |
Event args for ServerCertificateValidateEventHandler and ServerCertificateValidate event.
| |
| ServerException |
Thrown on server errors.
| |
| Smtp |
SMTP Client implementation.
| |
| SmtpMail |
Simple class sending raw email data to SMTP server.
| |
| SmtpResponse |
Implements SMTP server response
| |
| TcpTextClient |
Implements simple TCP/IP text client.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ISmtpMail |
Mail messages interface.
|
Delegates
| Delegate | Description | |
|---|---|---|
| ProgressHandler |
Handler for Progress events.
| |
| ServerCertificateValidateEventHandler |
Handler for ServerCertificateValidateEventHandler.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| HeloType |
Helo types for Ehlo(HeloType, String) method.
| |
| Pop3Response..::StatusCode |
Status of response.
|