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

Namespace: MailBee.Mime
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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