PersonalStorageLoadOptions
Contents
[
Hide
]PersonalStorageLoadOptions class
Specifies additional options when loading a PST storage.
Constructors
| Name | Description |
|---|---|
| PersonalStorageLoadOptions |
Methods
| Name | Description |
|---|---|
| get_LeaveStreamOpen | 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 | 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 | Gets a value indicating whether the pst is writable. By default the value is true. |
| set_LeaveStreamOpen | 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 | 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 | Sets a value indicating whether the pst is writable. By default the value is true. |