 | IMailServiceLocalEndPoint Property |
Get or set the local IP end point to use when connecting to a remote host.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 2.10.0
SyntaxIPEndPoint LocalEndPoint { get; set; }
Property Value
Type:
IPEndPointThe local IP end point or
null to use the default end point.
Remarks
Gets or sets the local IP end point to use when connecting to a remote host.
See Also