 | ExtendedDomainTcpAddress Property |
Gets or sets address 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 TcpAddress { get; set; }Public Property TcpAddress As String
Get
Set
public:
property String^ TcpAddress {
String^ get ();
void set (String^ value);
}member TcpAddress : string with get, set
Property Value
String
See Also