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

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public Socket GetSocket()

Return Value

Type: Socket
A reference to the underlying Socket MailBee uses for the current network connection, or a null reference (Nothing in Visual Basic) if there is no active connection.
See Also