Returns the underlying
Stream MailBee uses for the
current network connection.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Stream GetStream()
Public Function GetStream As Stream
Return Value
Type:
StreamA 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 See Also