ImapEnvelopeDataChunkReceivedEventArgsMessageNumber Property |
Gets the message number (ordinal position in the folder) of the envelope the downloaded data chunk corresponds to.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int MessageNumber { get; }
Public ReadOnly Property MessageNumber As Integer
Get
Property Value
Type:
Int32An integer value in the range 1 to
MessageCount,
representing the message number of the envelope being downloaded.
See Also