NotesStorageFacility Constructor (Stream)

Initializes a new instance of the NotesStorageFacility class.

Namespace:  Aspose.Email.Storage.Nsf
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public NotesStorageFacility(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream - Source stream can not be null
See Also