ImapGetStream Method
Returns the underlying Stream 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 Stream GetStream()

Return Value

Type: Stream
A reference to the underlying Stream MailBee uses for the current network connection, or a null reference (Nothing in Visual Basic) if there is no active connection.
Remarks
Typically this will be an instance of a class inherited from NetworkStream or SslStream.
See Also