Gets the name of the protocol or service which was used to transmit the message.
            
 
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
 Syntax
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.
            
 Remarks
RemarksTypical examples of this property value: SMTP, HTTP, MyMailServer ESMTP, etc.
 Examples
Examples See Also
See Also