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