Hunny Software Library Reference

Pop3Client.ReplyText Property

Gets the text of the server's reply

[Visual Basic]
Public ReadOnly Property ReplyText As String
[C#]
public string ReplyText {get;}

Property Value

The reply text of the server's response to the most recent command.

Remarks

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".

See Also

Pop3Client Class | Hunny.Mail Namespace