Class PersonalStorageLoadOptions

PersonalStorageLoadOptions class

Specifies additional options when loading a PST storage.

public class PersonalStorageLoadOptions

Constructors

NameDescription
PersonalStorageLoadOptions()The default constructor.

Properties

NameDescription
LeaveStreamOpen { get; set; }Leave stream open when PersonalStorage is disposed. Should always be false when FromFile method is used. By default the value is false.
Writable { get; set; }Gets or sets a value indicating whether the pst is writable. By default the value is true.

See Also