Network clients namespace.

Classes

  ClassDescription
Public classAccountStats
Represents account statistics. You can use GetAccountStat()()()() to get those informations.
Public classCommandParameter
Represents SMTP command parameter and value (e.g. NOTIFY=SUCCESS,FAILURE).
Public classLog
Represents Mail.dll log.
Public classPop3
POP3 client implementation. It allows listing, downloading and deleting emails from POP3 servers.
Public classPop3AuthenticationMethod
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.
Public classPop3Extension
Represents extensions supported by the remote server. You can use SupportedExtensions()()()() method to obtain the list of all extensions supported by the remote server.
Public classPop3LoginDelayExtension
Represents POP3 LOGIN-DELAY extension.
Public classPop3MultiLineResponse
Implements POP3 server multi-line response.
Public classPop3Response
Represents single-line response from POP3 server.
Public classPop3SaslExtension
Represents POP3 SASL extension.
Public classServerCertificateValidateEventArgs
Public classServerException
Represents an error that occurred on the server.
Public classSmtp
SMTP client implementation. It allows sending emails using SMTP server.
Public classSmtpAuthenticationMethod
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.
Public classSmtpAuthExtension
Represents SMTP AUTH extension.
Public classSmtpExtension
Represents extensions supported by the remote server. You can use SupportedExtensions()()()() method to obtain the list of all extensions supported by the remote server.
Public classSmtpMail
Represents sender, recipient and raw message data sent via SMTP protocol.
Public classSmtpResponse
Implements SMTP server response
Public classSmtpSizeExtension
Represents SMTP SIZE extension.
Public classSSLConfiguration
Represents SSL configuration (client certificates, enabled SSL protocols)
Public classTcpTextClient
Implements simple TCP/IP text client.

Interfaces

  InterfaceDescription
Public interfaceISmtpMail
Interface for providing sender, recipient and raw message data sent via SMTP protocol..

Delegates

  DelegateDescription
Public delegateServerCertificateValidateEventHandler
Handler for ServerCertificateValidateEventHandler.

Enumerations

  EnumerationDescription
Public enumerationDeliveryNotificationOptions
Describes the delivery notification options for email. You can use DeliveryNotification to set delivery options.
Public enumerationHeloType
Hello types for Ehlo(HeloType, String) method.
Public enumerationPop3ResponseStatus
Represents status of POP3 response.