| ExtendedDomainTcpAddress Property |
Gets or sets address 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 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
Type:
StringSee Also