ImapEnvelopeDataChunkReceivedEventArgsMessageNumber Property
Gets the message number (ordinal position in the folder) of the envelope the downloaded data chunk corresponds to.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public int MessageNumber { get; }

Property Value

Type: Int32
An integer value in the range 1 to MessageCount, representing the message number of the envelope being downloaded.
See Also