MailMessageIndexOnServer Property |
Gets the index of the mail message stored on the mail server.
Namespace: MailBee.MimeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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.
RemarksUse
UidOnServer property if you need to determine Unique-ID of the message rather
than its ordinal position in the mailbox.
See Also