| MBoxReader Constructor |
Creates new MBoxReader.
Namespace:
Limilabs.Mail.Tools.MBox
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public MBoxReader(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
MBoxReader(
Stream^ stream
)
new :
stream : Stream -> MBoxReader
Parameters
- stream
- Type: System.IOStream
Stream to read from.
See Also