MailBeeRemoteHostExceptionRemoteEndPoint Property
Gets a reference to the end point of the server host.

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public IPEndPoint RemoteEndPoint { get; }

Property Value

Type: IPEndPoint
The end point which provides information about IP address and port of the connection with the server.
See Also