ImapServerStatusEventArgsStatusID Property
Gets the status string of the current response.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public string StatusID { get; }

Property Value

Type: String
The string containing the status response string in uppercase form.
Remarks
This can be one of the following values: "OK", "NO", "BAD", "PREAUTH", "BYE", "FLAGS".
See Also