ImapMessageStatusEventArgsMessageCountOrIndex Property
Gets the count or index of message(s) mentioned in the current response.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int MessageCountOrIndex { get; }

Property Value

Type: Int32
For "EXISTS" and "RECENT" responses, returns the count of all or recent messages in the folder; for "EXPUNGE" or "FETCH" responses, returns the index of the message which was purged or whose flags were modified.
See Also