Returns the status of the last command.
Imap4StatusCode.OK if the last command succeeded.
Imap4StatusCode.NO or Imap4StatusCode.BAD if the
last command failed.
This is a convenience method which finds the tagged response and returns an indication of success or failure.
In some cases, you may want to examine all the server responses. You may do that by getting the NumResponses property and calling the ResponseAt method.
Imap4Client Class | Hunny.Mail Namespace