MailMessageIndexOnServer Property |
Gets the index of the mail message stored on the mail server.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int IndexOnServer { get; }
Public ReadOnly Property IndexOnServer As Integer
Get
Property Value
Type:
Int32Gets 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