| ExtendedDomainTcpDomain Property |
Gets or sets domain from TCP-info (Information derived by server from TCP connection; not client EHLO).
Namespace:
Limilabs.Mail.Headers
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
StringSee Also