Aspose::Email::Storage::Pst::PersonalStorageLoadOptions Class Reference

Specifies additional options when loading a PST 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...
 
bool get_Writable () const
 Gets a value indicating whether the pst is writable. By default the value is true. More...
 
void set_Writable (bool value)
 Sets a value indicating whether the pst is writable. By default the value is true. More...
 
bool get_LeaveStreamOpen () const
 Leave stream open when PersonalStorage is disposed. Should always be false when PersonalStorage::FromFile(string, PersonalStorageLoadOptions) method is used. By default the value is false. More...
 
void set_LeaveStreamOpen (bool value)
 Leave stream open when PersonalStorage is disposed. Should always be false when PersonalStorage::FromFile(string, PersonalStorageLoadOptions) method is used. By default the value is false. More...
 
 PersonalStorageLoadOptions ()
 

Friends

class Aspose::Email::Storage::Pst::PersonalStorage
 

Detailed Description

Specifies additional options when loading a PST storage.

Constructor & Destructor Documentation

◆ PersonalStorageLoadOptions()

Aspose::Email::Storage::Pst::PersonalStorageLoadOptions::PersonalStorageLoadOptions ( )

Member Function Documentation

◆ get_LeaveStreamOpen()

bool Aspose::Email::Storage::Pst::PersonalStorageLoadOptions::get_LeaveStreamOpen ( ) const

Leave stream open when PersonalStorage is disposed. Should always be false when PersonalStorage::FromFile(string, PersonalStorageLoadOptions) method is used. By default the value is false.

◆ get_VentureLicense()

System::SharedPtr<Aspose::Email::VentureLicense> Aspose::Email::Storage::Pst::PersonalStorageLoadOptions::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.

◆ get_Writable()

bool Aspose::Email::Storage::Pst::PersonalStorageLoadOptions::get_Writable ( ) const

Gets a value indicating whether the pst is writable. By default the value is true.

true if writable; otherwise, false.

◆ set_LeaveStreamOpen()

void Aspose::Email::Storage::Pst::PersonalStorageLoadOptions::set_LeaveStreamOpen ( bool  value)

Leave stream open when PersonalStorage is disposed. Should always be false when PersonalStorage::FromFile(string, PersonalStorageLoadOptions) method is used. By default the value is false.

◆ set_VentureLicense()

void Aspose::Email::Storage::Pst::PersonalStorageLoadOptions::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.

◆ set_Writable()

void Aspose::Email::Storage::Pst::PersonalStorageLoadOptions::set_Writable ( bool  value)

Sets a value indicating whether the pst is writable. By default the value is true.

true if writable; otherwise, false.

Friends And Related Function Documentation

◆ Aspose::Email::Storage::Pst::PersonalStorage