MailBeeImapMessageIndexNotFoundExceptionMessageIndex Property |
Gets the message index of the non-existent message.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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.
Remarks Valid message numbers are positive integer values. Valid UIDs are positive 32-bit values.
See Also