POPDriver
The POPDriver allows for low-level access to POP3.
Constructors
|
Constructor
|
Initializes a new instance of the POPDriver class.
|
Methods
|
Close
|
Terminates the connection to the host.
|
|
DeleteMessage
|
Deletes a message from the server.
|
|
GetHeaders
|
Return headers from the specified message number argument.
|
|
GetMailBoxSize
|
Returns the size of the mailbox in bytes.
|
|
GetMessage
|
Returns a message from the specified message number argument.
|
|
GetMessageCount
|
Returns the number of messages in a mailbox.
|
|
Open
|
Opens a connection to the host.
|
|
Request
|
Writes a command to the connection using the specified string command argument.
|
Properties
|
Command
|
Gets and sets the POP commands. |
|
Host
|
Gets and sets the host address. |
|
IsError
|
Stores the value used to determine if the last command returned was an error. |
|
Password
|
Gets and sets the password used to authenticate with the host. |
|
Port
|
Gets and sets the port used to connect to the host. |
|
Protocol
|
Gets and sets the protocol used to communicate with the POP server. |
|
Reply
|
Stores the reply data sent back from host. |
|
Socket
|
Stores the SocketDriver object. |
|
Timeout
|
Gets and sets the connection timeout threshold for this instance. |
|
Username
|
Gets and sets the username used to authenticate with the host. |
|