Click or drag to resize
MimeKit

ReceivedByTcpInfo Property

Get or set the TCP connection information for the receiving host.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public string? ByTcpInfo { get; set; }

Property Value

String
The 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