Gets the unique message identifier assigned by the mail server.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string ID { get; }
Public ReadOnly Property ID As String
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 See Also