RestoreOptions Enumeration

Enumerates restore options

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[FlagsAttribute]
public enum RestoreOptions
Members
  Member nameValueDescription
None0 Indicates that no specific options are specified
Recursive1 Indicates that nested folders should be also restored
RemoveNonexistentFolders2 Indicates that mail folders, which do not have the equal folders in the personal storage, should be removed
RemoveNonexistentItems4 Indicates that mail items, which do not have the equal items in the personal storage, should be removed
See Also