ExchangeClientRestore Method (String, RestoreOptions) |
Restores exchange folders from the specified personal storage file.
Namespace:
Aspose.Email.Clients.Exchange.Dav
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void Restore(
string fileName,
RestoreOptions options
)
Public Sub Restore (
fileName As String,
options As RestoreOptions
)
public:
void Restore(
String^ fileName,
RestoreOptions options
)
member Restore :
fileName : string *
options : RestoreOptions -> unit
Parameters
- fileName
- Type: SystemString
A path to personal storage file. - options
- Type: Aspose.Email.Storage.PstRestoreOptions
Restore options.
Exceptions
See Also