Network clients namespace.
Classes
| Class | Description | |
|---|---|---|
| AccountStats |
Represents account statistics.
You can use GetAccountStat()()()() to get those informations.
| |
| CommandParameter |
Represents SMTP command parameter and value (e.g. NOTIFY=SUCCESS,FAILURE).
| |
| Log |
Represents Mail.dll log.
| |
| Pop3 |
POP3 client implementation.
It allows listing, downloading and deleting emails from POP3 servers.
| |
| Pop3AuthenticationMethod |
Represents authentication methods supported by the remote server.
You can use SupportedAuthenticationMethods()()()() method to obtain the list of all methods supported by the remote server.
| |
| Pop3Extension |
Represents extensions supported by the remote server.
You can use SupportedExtensions()()()() method to obtain the list of all extensions supported by the remote server.
| |
| Pop3LoginDelayExtension |
Represents POP3 LOGIN-DELAY extension.
| |
| Pop3MultiLineResponse |
Implements POP3 server multi-line response.
| |
| Pop3Response |
Represents single-line response from POP3 server.
| |
| Pop3SaslExtension |
Represents POP3 SASL extension.
| |
| ServerCertificateValidateEventArgs |
Arguments for ServerCertificateValidateEventHandler and ServerCertificateValidate event.
| |
| ServerException |
Represents an error that occurred on the server.
| |
| Smtp |
SMTP client implementation.
It allows sending emails using SMTP server.
| |
| SmtpAuthenticationMethod |
Represents authentication methods supported by the remote server.
You can use SupportedAuthenticationMethods()()()() method to obtain the list of all methods supported by the remote server.
| |
| SmtpAuthExtension |
Represents SMTP AUTH extension.
| |
| SmtpExtension |
Represents extensions supported by the remote server.
You can use SupportedExtensions()()()() method to obtain the list of all extensions supported by the remote server.
| |
| SmtpMail |
Represents sender, recipient and raw message data sent via SMTP protocol.
| |
| SmtpResponse |
Implements SMTP server response
| |
| SmtpSizeExtension |
Represents SMTP SIZE extension.
| |
| SSLConfiguration |
Represents SSL configuration (client certificates, enabled SSL protocols)
| |
| TcpTextClient |
Implements simple TCP/IP text client.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ISmtpMail |
Interface for providing sender, recipient and raw message data sent via SMTP protocol..
|
Delegates
| Delegate | Description | |
|---|---|---|
| ServerCertificateValidateEventHandler |
Handler for ServerCertificateValidateEventHandler.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| DeliveryNotificationOptions |
Describes the delivery notification options for email.
You can use DeliveryNotification to set delivery options.
| |
| HeloType |
Hello types for Ehlo(HeloType, String) method.
| |
| Pop3ResponseStatus |
Represents status of POP3 response.
|