TimeStampID Property
Gets the unique message identifier assigned by the mail server.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string ID { get; }

Property Value

Type: String
A string containing the unique message identifier assigned by the mail server, or an empty string if id field is missing in the Received header.
Remarks
This value is neither MessageID nor Unique-ID assigned by the destination mail server to the message when it gets added into the mailbox. Also, if the message contains multiple Received headers, their ID values are usually different.
Examples
The example is available in TimeStamp topic.
See Also