Click or drag to resize
MimeKit

MailServiceLocalEndPoint Property

Get or set the local IP end point to use when connecting to the remote host.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public IPEndPoint LocalEndPoint { get; set; }

Property Value

IPEndPoint
The local IP end point or null to use the default end point.

Implements

IMailServiceLocalEndPoint
Remarks
Gets or sets the local IP end point to use when connecting to the remote host.
See Also