MailBee.Proxy Namespace
MailBee.Proxy namespace contains types which enable Smtp, Pop3, and Imap components to make connections via a proxy server. SOCKS4, SOCKS5, and HTTP proxies are supported.
Classes
  ClassDescription
Public classMailBeeProxyAuthenticationException
The exception that is thrown when the proxy server rejects authentication data sent the client or does not support any of the authentication methods supported by the client.
Public classMailBeeProxyAuthorizationException
The exception that is thrown when the proxy server rejects the proxy connection request from the client.
Public classMailBeeProxyException
An abstract parent for all exceptions that are thrown when the proxy server returns negative reply during negotiating with the client.
Public classProxyServer
Contains properties which define the proxy server settings.
Enumerations
  EnumerationDescription
Public enumerationProxyProtocol
Defines the available modes of establishing connection with a mail server via a proxy server.