 | ExtendedDomainTcpDomain Property |
Gets or sets domain from TCP-info (Information derived by server from TCP connection; not client EHLO).
Namespace: Limilabs.Mail.HeadersAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string TcpDomain { get; set; }Public Property TcpDomain As String
Get
Set
public:
property String^ TcpDomain {
String^ get ();
void set (String^ value);
}member TcpDomain : string with get, set
Property Value
String
See Also