Pop3MessageDataChunkReceivedEventArgsMessageNumber Property
Gets the message number (ordinal position in the mailbox) of the downloaded message.

Namespace: MailBee.Pop3Mail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int MessageNumber { get; }

Property Value

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