MailBeeImapMessageIndexNotFoundExceptionMessageIndex Property
Gets the message index of the non-existent message.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public long MessageIndex { get; }

Property Value

Type: Int64
The 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