ImapEnvelopeDownloadedEventArgsMessageNumber Property |
Gets the message number (ordinal position in the folder) of the downloaded envelope.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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 downloaded envelope.
See Also