ImapServerStatusEventArgsStatusID Property |
Gets the status string of the current response.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string StatusID { get; }
Public ReadOnly Property StatusID As String
Get
Property Value
Type:
StringThe 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