MailBee.NET Objects 7.2

MailBeeImapMessageIndexNotFoundException.MessageIndex Property

Gets the message index of the non-existent message.

public long MessageIndex {get;}

Property Value

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

MailBeeImapMessageIndexNotFoundException Class | MailBee.ImapMail Namespace