Enum RestoreOptions
RestoreOptions enumeration
Enumerates restore options
[Flags]
public enum RestoreOptions
Values
Name | Value | Description |
---|---|---|
None | 0 | Indicates that no specific options are specified |
Recursive | 1 | Indicates that nested folders should be also restored |
RemoveNonexistentFolders | 2 | Indicates that mail folders, which do not have the equal folders in the personal storage, should be removed |
RemoveNonexistentItems | 4 | Indicates that mail items, which do not have the equal items in the personal storage, should be removed |
See Also
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email