The S22.Pop3 namespace contains classes used to communicate with and receive electronic mail from a Post Office Protocol (POP) server.
Classes
Class | Description | |
---|---|---|
![]() | BadServerResponseException |
The exception is thrown when an unexpected response is received from the server.
|
![]() | InvalidCredentialsException |
This exception is thrown when the supplied credentials in a login attempt were rejected
by the server.
|
![]() | MessageInfo |
Describes status information of a mail message.
|
![]() | NotAuthenticatedException |
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.
|
![]() | Pop3Client |
Allows applications to communicate with a mail server by using the
Post Office Protocol version 3 (POP3).
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | AuthMethod |
Defines supported means of authenticating with the POP3 server.
|
![]() | FetchOptions |
Fetch options that can be used with the GetMessage and GetMessages methods
to selectively retrieve parts of a mail message while skipping others.
|