Having Aspose.Email Evaluation Issue

Hi,


We are having Aspose.Total product with expiry December 10 2015. I believe that Aspose.Email should be a part of Aspose.Total but getting Aspose.Email Evaluation copy message in Email subject when trying to parse the Email or Event. Below are the way we are initializing Aspose.Email:

Aspose.Email.License emailLicense = new Aspose.Email.License();
string licFile = “C:\Aspose\Aspose.Total.lic”; //“Aspose.Total.lic”;
emailLicense.SetLicense(licFile);

Any help would be appreciated.

Thanks,
Raj

Hi Raj,

Thank you for being part of Aspose Community users!

The initialization seems fine to me. Could you please share the subscription expiry date of your license here? If it is December 2015, the latest version of the API should work with your license. You may also consider sharing your license with us for investigation at our end. In case you intend to do so, please follow the steps in this article to send your license to us. Please do not share it on forum so as to keep it safe from reach of other users.

Hi Raj,

Thank you for sharing your license file.

We have tested the issue at our end using the sample project attached, but could not face any such evaluation issue as you have mentioned. Please download the sample project from the above link and try it at your end by adding path to the license file and share your feedback with us.

Hi Kashif,


I am not able to replicate the same in my development environment but i am using the same version of code in production and there it appends “Aspose.Email Evaluation” in subject line. Attached is the screenshot. Actually it is a SharePoint Event receiver which is build in .Net where we are using this Aspose.Email functionliaty. But as it is built in .NET only i assume we don’t need another license for SharePoint. The .Net license should suffice that.

Thanks,
Raj

Hi Raj,

If the application is developed in .NET, then there shouldn’t be any need of any other license. It may be helpful if you remove any license from your production server for some time and check if it gives “FileNotFound” exception. That will atleast ensure that the application is referencing correctly to the license file. Also, please make sure that your application is referencing correct version of the API.