ImapMessageStatusEventArgsMessageCountOrIndex Property |
Gets the count or index of message(s) mentioned in the current response.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int MessageCountOrIndex { get; }
Public ReadOnly Property MessageCountOrIndex As Integer
Get
Property Value
Type:
Int32For "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