| Member |
Summary |
| * Properties |
|
| Password |
Gets or sets a password. |
| Port |
Gets or sets a port number. |
| Server |
Gets or sets POP server name. |
| Timeout |
Gets or sets time-out time. |
| UserId |
Gets or sets a user ID. |
| * Methods |
|
| Close |
Closes connection with the POP server. |
| Connect |
Connects to the POP server. |
| DeleteMessage |
Deletes a mail message of a specified number by a parameter from server.
|
| ForciblyClose |
Closes connection with the POP server forcibly. |
| GetMessageCount |
Gets messages count. |
| GetMessageList |
Gets a list of messages. |
| GetMessageUniqueIdList |
Gets a list of unique ID for distinguishing messages. |
| ReceiveMessage |
Receives a mail message of a specified number by parameter. |
| ReceiveMessageBytes |
Receives a mail message of a specified number by parameter, as a byte array
(binary data.). |
| ReceiveMessageHeader |
Receives a message header of a specified number by parameter. |