TimeStampBy Property
Gets the name of the domain which received the message and added the time stamp.

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

Property Value

Type: String
A string containing the domain name taken from By field of the Received header, or an empty string if not available.
Examples
The example is available in TimeStamp topic.
See Also