MailMessageTimeStamps Property |
Gets the collection of which represents the trace route of the message.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public TimeStampCollection TimeStamps { get; }
Public ReadOnly Property TimeStamps As TimeStampCollection
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 See Also