MailMessageTimeStamps Property
Gets the collection of which represents the trace route of the message.

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

Property Value

Type: TimeStampCollection
A reference to the collection which contains the list of entries added to the message by all mail gateways the message has passed through while being delivered. The default value is an empty collection.
Remarks
This collection is populated from Received headers of the message. They represent the route of delivery of the message from the sender to the recipient.
Examples
The example is available in TimeStamp topic.
See Also