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

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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