MailBee.NET Objects 4.0

ImapMessageStatusEventArgs.MessageCountOrIndex Property

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

public int MessageCountOrIndex {get;}

Property Value

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

ImapMessageStatusEventArgs Class | MailBee.ImapMail Namespace | StatusID