MailBee.NET Objects 4.0

Imap.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 (Nothing in Visual Basic) if there is no active connection.

See Also

Imap Class | MailBee.ImapMail Namespace