Gets the name of the protocol or service which was used to transmit the message.
Namespace: MailBee.MimeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic string With { get; }
Public ReadOnly Property With As String
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.
RemarksTypical examples of this property value: SMTP, HTTP, MyMailServer ESMTP, etc.
Examples
See Also