MailBeeImapMessageIndexNotFoundExceptionMessageIndex Property |
Gets the message index of the non-existent message.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic long MessageIndex { get; }
Public ReadOnly Property MessageIndex As Long
Get
Property Value
Type:
Int64The UID (if
IndexIsUid is
true) or the message number
(if
IndexIsUid is
false) of the non-existent message.
RemarksValid message numbers are positive integer values. Valid UIDs are positive 32-bit values.
See Also