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

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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.
Remarks
In case of UWP edition, this method returns StreamSocket instead.
See Also