Hunny Software Library Reference

BaseStatusResponse.ResponseText Property

Gets the response text.

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

Property Value

The response text, if present; otherwise, an empty string.

Remarks

Most status responses include response text, which further explains the response. The response text is intended to be meaningful to humans -- for example, for debugging. (However, it's a mistake to assume that the response text will be meaningful to a user who is not familiar with IMAP4!)

The ResponseText property value contains the response text from the status response.

See Also

BaseStatusResponse Class | Hunny.Mail Namespace | Status responses section in the IMAP4 specification