POPClient
The POPClient allows for simple interaction with POP hosts.
Constructors
|
Constructor
|
Initializes a new instance of the POPClient class.
|
Methods
|
Close
|
Terminates the connection to the host.
|
|
DeleteMessage
|
Deletes a message from the server.
|
|
DeleteMessages
|
Deletes a range of messages from the server.
|
|
GetHeader
|
Returns a header from a specified message number.
|
|
GetHeaders
|
Returns a range or all headers.
|
|
GetMailBoxSize
|
Returns the size of the mailbox in bytes.
|
|
GetMessage
|
Returns a message from specified message number argument.
|
|
GetMessageCount
|
Returns the number of messages in a mailbox.
|
|
GetMessages
|
Returns a range or all messages.
|
|
GetMIMEMessage
|
Returns a message in a MIMEMessage object from the specified message number argument.
|
|
GetMIMEMessages
|
Returns a range or all messages in MIMEMessage objects.
|
|
Open
|
Opens a connection to the host.
|
Properties
|
Host
|
Gets and sets the host address. |
|
Password
|
Gets and sets the password used to authenticate with the host. |
|
POPDriver
|
Stores the POPDriver object. |
|
Port
|
Gets and sets the port used to connect to the POP host. |
|
Protocol
|
Gets and sets the protocol used to connect to the host. |
|
Timeout
|
Gets and sets the connection timeout threshold. |
|
Username
|
Gets and sets the username used to authenticate with the host. |
|