Class RestoreSettings

RestoreSettings class

The settings for the IEWSClient.Restore method

public class RestoreSettings

Constructors

NameDescription
RestoreSettings()The default constructor.

Properties

NameDescription
BeforeItemCallback { get; set; }The callback called when the next item (message or folder) is processed.
Folders { get; set; }A folders to be restored.
Options { get; set; }Restore options.

See Also