Aspose.Email Cloud[![][1]

What’s new in the latest releaseThis is a major revamp release for Aspose.Email Cloud SDK for Android. It covers all the [Aspose.Email Cloud APIs][2]. This SDK provides a complete solution to work with cloud emails in Android using powerful [Aspose.Email Cloud APIs][3], so you can manipulate message formats such as MSG, EML, and MHT files in the cloud seamlessly. Source Code Repository Complete source code of this release of Aspose.Email Cloud SDK for Android is freely available on your favorite GitHub repository.

  • Aspose.Email Cloud SDK for Android - v1.0.0

Setup Aspose.Email Cloud SDK for Android is also available as released artifacts in the [Bintray Maven Repository][4]. You can bypass GitHub source code repository and depend directly on the released artifacts from Bintray Maven Repository. Aspose.Email Cloud SDK for Android is also available on JCenter which is default for Android Studio. For Setup details please check the [documentation][5]. Gradle Dependency - Aspose.Email Cloud SDK for Android

compile 'com.aspose:aspose-cloud-email-android:1.0.0'
```Data In order to manipulate any files, you first need to upload them to the Aspose cloud storage or 3rd party cloud storage using Aspose.Storage Cloud SDK for Android. **Gradle Dependency - Aspose Cloud Storage SDK for Android**

compile ‘com.aspose:aspose-cloud-storage-android:1.0.0’

try{

//Instantiate Aspose Storage Cloud API SDK StorageApi storageApi = new StorageApi(apiKey, appSID,true);

//Instantiate Aspose Email Cloud API SDK EmailApi emailApi = new EmailApi(apiKey, appSID,true);

//set input file name String name = “email_test”; String fileName = name + “.eml”; String format = “msg”; String storage = “”; String folder = “”; String outPath = “”;

//upload files to aspose cloud storage storageApi.PutCreate(fileName, “”, storage, new File(this.getClass().getResource("/" + fileName).toURI()));

//invoke Aspose.Email Cloud SDK API to convert message to other formats
ResponseMessage apiResponse = emailApi.GetDocumentWithFormat(fileName, format, storage, folder, outPath);

 }catch(Exception e){
         e.printStackTrace();
     } 

*   [Working with Email](http://www.aspose.com/docs/display/emailcloud/Working+with+Email)
*   [Working with Attachments](http://www.aspose.com/docs/display/emailcloud/Working+with+Attachments)
*   [Working with Email Properties](http://www.aspose.com/docs/display/emailcloud/Working+with+Email+Properties)

Start a Free Trial Today Start a free trial today – all you need is to [sign up][8] with the Aspose Cloud service. Once you have signed up, you are ready to try the powerful file processing features offered by Aspose Cloud.




[1]: https://blog.aspose.com/wp-content/uploads/sites/2/2016/05/Aspose.Email-for-Cloud.jpg "Aspose.Email-for-Cloud")](http://www.aspose.com/products/email/cloud)Aspose.Email Cloud is a REST API for manipulating email in the cloud. It is a true REST API that can be used with any language: .NET, Java, PHP, Ruby, Rails, Python, jQuery and many more. You can use it with any platform — web, desktop, mobile, and cloud. Aspose.Email Cloud allows developers to provide capabilities of processing email messages in their applications. Aspose.Email Cloud is a complete solution that allows you to create email archiving applications that work with common email file formats. It lets developers manipulate message formats such as MSG, EML, and MHT files. The API supports many common tasks, for example accessing messages, reading message properties such as sender, receiver, message sent date, and message details. It also supports converting messages back and forth between EML, MSG and MHT formats. [Learn More](http://www.aspose.com/cloud/email-api.aspx
[2]: http://www.aspose.com/docs/display/emailcloud/Home
[3]: http://www.aspose.com/cloud/email-api.aspx
[4]: https://bintray.com/aspose/maven/aspose-cloud-email-android/view
[5]: http://www.aspose.com/docs/display/emailcloud/How+to+Setup+Aspose.Email+Cloud+SDK+for+Android
[6]: http://www.aspose.com/docs/display/emailcloud/Home
[7]: http://www.aspose.com/docs/display/emailcloud/Developer+Guide
[8]: http://dashboard.aspose.cloud/