NotesStorageFacility Constructor (String) |
Namespace:
Aspose.Email.Storage.Nsf
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic NotesStorageFacility(
string fileName
)
Public Sub New (
fileName As String
)
public:
NotesStorageFacility(
String^ fileName
)
new :
fileName : string -> NotesStorageFacility
Parameters
- fileName
- Type: SystemString
Name of the file.
Exceptions
See Also