 | ReceivedFromTcpInfo Property |
Get or set the TCP connection information for the source host.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxpublic string? FromTcpInfo { get; set; }Property Value
StringThe TCP connection information for the source host if available; otherwise,
.
Remarks
Gets or sets the TCP connection information, typically provided as a comment following the "from" clause.
This often contains details such as the IP address and connection details of the sending host.
See Also