Save messages and directory structure using given path.
Namespace:
Aspose.Email.Storage.Zimbra
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void ExportTo(
string path
)
Public Sub ExportTo (
path As String
)
public:
void ExportTo(
String^ path
)
member ExportTo :
path : string -> unit
Parameters
- path
- Type: SystemString
The main directory path to save storage structure.
Exceptions
See Also