NotesStorageFacility Class

The Notes Storage Facility (NSF) database file is used by (IBM) Lotus Notes and Domino to store different kind of objects like e-mail, appointments and documents, but also application forms and views.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Storage.NsfNotesStorageFacility

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

The NotesStorageFacility type exposes the following members.

Constructors
  NameDescription
Public methodNotesStorageFacility(Stream)
Initializes a new instance of the NotesStorageFacility class.
Public methodNotesStorageFacility(String)
Initializes a new instance of the NotesStorageFacility class.
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Public methodEnumerateMessages
Exposes the enumerator, which supports an iteration of messages in storage.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also