Share via


SmtpSession.LocalEndPoint property

When overridden in a derived class, the LocalEndPoint property gets or sets the Internet Protocol (IP) end point for the local connection.

Namespace:  Microsoft.Exchange.Data.Transport.Smtp
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property LocalEndPoint As IPEndPoint
    Get
'Usage
Dim instance As SmtpSession
Dim value As IPEndPoint

value = instance.LocalEndPoint
public abstract IPEndPoint LocalEndPoint { get; }

Property value

Type: System.Net.IPEndPoint
When overridden in a derived class, the LocalEndPoint property returns an instance of the IPEndPoint class.

See also

Reference

SmtpSession class

SmtpSession members

Microsoft.Exchange.Data.Transport.Smtp namespace