NotesStorageFacility Constructor (Stream) |
Namespace:
Aspose.Email.Storage.Nsf
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic NotesStorageFacility(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
NotesStorageFacility(
Stream^ stream
)
new :
stream : Stream -> NotesStorageFacility
Parameters
- stream
- Type: System.IOStream
The stream.
Exceptions
See Also