This example demonstrates how to convert nsf storage into set of eml documents with load options.
There are steps that usage of GroupDocs.Conversion Cloud consists of:
Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details.
Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....'OutputPath': 'Output' }" Response [ { "name" : "sample_1.eml" , "size" :.../Output/sample_1.eml" }, { "name" : "sample_2.eml" , "size" :...