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 |
Specifies additional options when loading a PST storage.
| Aspose::Email::Storage::Pst::PersonalStorageLoadOptions::PersonalStorageLoadOptions | ( | ) |
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
|
friend |