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