Enum RestoreOptions

RestoreOptions enumeration

Enumerates restore options

[Flags]
public enum RestoreOptions

Values

NameValueDescription
None0Indicates that no specific options are specified
Recursive1Indicates that nested folders should be also restored
RemoveNonexistentFolders2Indicates that mail folders, which do not have the equal folders in the personal storage, should be removed
RemoveNonexistentItems4Indicates that mail items, which do not have the equal items in the personal storage, should be removed

See Also