MailBee.NET Objects 4.0

Pop3.GetSocket Method 

Returns the underlying Socket MailBee uses for the current network connection.

public Socket GetSocket();

Return Value

A reference to the underlying Socket MailBee uses for the current network connection, or a null reference if there is no active connection.

See Also

Pop3 Class | MailBee.Pop3Mail Namespace