Gets the number of responses received from the server.
The number of responses received from the server.
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.
Imap4Client Class | Hunny.Mail Namespace