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

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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