The S22.Pop3 namespace contains classes used to communicate with and receive electronic mail from a Post Office Protocol (POP) server.

Classes

  ClassDescription
Public classBadServerResponseException
The exception is thrown when an unexpected response is received from the server.
Public classInvalidCredentialsException
This exception is thrown when the supplied credentials in a login attempt were rejected by the server.
Public classMessageInfo
Describes status information of a mail message.
Public classNotAuthenticatedException
This exception is thrown when a client has not authenticated with the server and attempts to call a method which can only be called in an authenticated context.
Public classPop3Client
Allows applications to communicate with a mail server by using the Post Office Protocol version 3 (POP3).

Enumerations

  EnumerationDescription
Public enumerationAuthMethod
Defines supported means of authenticating with the POP3 server.
Public enumerationFetchOptions
Fetch options that can be used with the GetMessage and GetMessages methods to selectively retrieve parts of a mail message while skipping others.