TimeStampWith Property
Gets the name of the protocol or service which was used to transmit the message.

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

Property Value

Type: String
A string containing the name of the mail transmitting protocol or service, or an empty string if with field is missing in the Received header.
Remarks
Typical examples of this property value: SMTP, HTTP, MyMailServer ESMTP, etc.
Examples
The example is available in TimeStamp topic.
See Also