ImapMessageStatusEventArgsStatusID Property
Gets the status string of the current response.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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: "EXISTS", "RECENT", "EXPUNGE", "FETCH".
See Also