Sends the PASS command.
The PASS command sends the user password to the server. Before you send the password, you must send the USER command to send the login name for that user.
The server's response to the PASS command indicates success or failure. To learn if the command succeeded, get the ReplyCode property. If the value is Pop3ReplyCode.OK, then the command succeeded. If the value is Pop3ReplyCode.ERR, then the command failed.
| Exception Type | Condition |
|---|---|
| Exception | If a network or protocol error occurs. |
Pop3Client Class | Hunny.Mail Namespace | User method | POP3 PASS command