Class PersonalStorageLoadOptions
PersonalStorageLoadOptions class
Specifies additional options when loading a PST storage.
public class PersonalStorageLoadOptions
Constructors
Name | Description |
---|---|
PersonalStorageLoadOptions() | The default constructor. |
Properties
Name | Description |
---|---|
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
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email