Aspose::Email::Storage::Nsf::NsfLoadOptions Class Reference

Specifies additional options when loading a NSF storage. More...

Inherits Object.

Public Member Functions

System::SharedPtr< Aspose::Email::VentureLicense > get_VentureLicense () const
 This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object. More...
 
void set_VentureLicense (System::SharedPtr< Aspose::Email::VentureLicense > value)
 This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object. More...
 

Friends

class Aspose::Email::Storage::Nsf::NotesStorageFacility
 

Detailed Description

Specifies additional options when loading a NSF storage.

Member Function Documentation

◆ get_VentureLicense()

System::SharedPtr<Aspose::Email::VentureLicense> Aspose::Email::Storage::Nsf::NsfLoadOptions::get_VentureLicense ( ) const

This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.

◆ set_VentureLicense()

void Aspose::Email::Storage::Nsf::NsfLoadOptions::set_VentureLicense ( System::SharedPtr< Aspose::Email::VentureLicense >  value)

This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.

Friends And Related Function Documentation

◆ Aspose::Email::Storage::Nsf::NotesStorageFacility