Hunny Software Library Reference

Imap4Client.NumResponses Property

Gets the number of responses received from the server.

[Visual Basic]
Public ReadOnly Property NumResponses As Integer
[C#]
public int NumResponses {get;}

Property Value

The number of responses received from the server.

Remarks

After an IMAP4 server receives a client command, it sends one or more responses.

When you call a method on an Imap4Client instance that sends a command to the server, the Imap4Client instance collects all the server's responses to the command. You may get the value of this property to learn how many responses the client received from the server. You may then call the ResponseAt method to get the responses.

When you call another method to execute another command, the Imap4Client instance first deletes all the old responses.

See Also

Imap4Client Class | Hunny.Mail Namespace