PersonalStorageLoadOptions

PersonalStorageLoadOptions class

Specifies additional options when loading a PST storage.

The PersonalStorageLoadOptions type exposes the following members:

Constructors

NameDescription
PersonalStorageLoadOptions()Initializes a new instance of the PersonalStorageLoadOptions class

Properties

NameDescription
writableGets or sets a value indicating whether the pst is writable.
By default the value is true.
leave_stream_openLeave stream open when PersonalStorage is disposed. Should always be false when

See Also