Gets the text of the server's reply
The reply text of the server's response to the most recent command.
The ReplyText property removes the initial success or
failure indication and the final CR LF from the server's response.
For example, if the server's response is "+OK User okay\r\n", the
reply text is "User okay". If the server's response is "-ERR User
unknown\r\n", the reply text is "User unknown".
Pop3Client Class | Hunny.Mail Namespace