MailMessageIndexOnServer Property
Gets the index of the mail message stored on the mail server.

Namespace: MailBee.Mime
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public int IndexOnServer { get; }

Property Value

Type: Int32
Gets the ordinal position of the mail message in the mailbox on the mail server (starting from 1), or 0 if this message was created from another source rather than received from the mail server.
Remarks
Use UidOnServer property if you need to determine Unique-ID of the message rather than its ordinal position in the mailbox.
See Also