PersonalStorageLoadOptions

PersonalStorageLoadOptions class

Specifies additional options when loading a PST storage.

Constructors

NameDescription
PersonalStorageLoadOptions

Methods

NameDescription
get_LeaveStreamOpenLeave 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_VentureLicenseThis is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.
get_WritableGets a value indicating whether the pst is writable. By default the value is true.
set_LeaveStreamOpenLeave 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_VentureLicenseThis is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.
set_WritableSets a value indicating whether the pst is writable. By default the value is true.