Class NotesStorageFacility
Contents
[
Hide
]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.
public class NotesStorageFacility : IDisposable
Constructors
Name | Description |
---|---|
NotesStorageFacility(Stream) | Initializes a new instance of the NotesStorageFacility class. |
NotesStorageFacility(string) | Initializes a new instance of the NotesStorageFacility class. |
NotesStorageFacility(Stream, CancellationToken) | Initializes a new instance of the NotesStorageFacility class. |
NotesStorageFacility(Stream, NsfLoadOptions) | Initializes a new instance of the NotesStorageFacility class. |
NotesStorageFacility(string, CancellationToken) | Initializes a new instance of the NotesStorageFacility class. |
NotesStorageFacility(string, NsfLoadOptions) | Initializes a new instance of the NotesStorageFacility class. |
NotesStorageFacility(Stream, NsfLoadOptions, CancellationToken) | Initializes a new instance of the NotesStorageFacility class. |
NotesStorageFacility(string, NsfLoadOptions, CancellationToken) | Initializes a new instance of the NotesStorageFacility class. |
Methods
Name | Description |
---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
EnumerateMessages() | Exposes the enumerator, which supports an iteration of messages in storage. |
See Also
- namespace Aspose.Email.Storage.Nsf
- assembly Aspose.Email