New customer - will not accept license :(

In my Outlook VSTO “ThisAddIn”, I’ve tried adding the license file as embedded resouce and used this code:


Dim license As Aspose.Email.License = New Aspose.Email.License
license.SetLicense(“Aspose.Email.lic”)

Still says evalution.

I tried copying the license fil to my D-drive and used this code:

Dim license As Aspose.Email.License = New Aspose.Email.License
license.SetLicense(“D:\Aspose.Email.lic”)

Still says evalution. :frowning:

How do I get Aspose to accept the license file???

The license I downloaded from the order (online) did not work.


The license I just recieved (30 minutes after finishing the order) works.

Hi,


Thank you for choosing Aspose.Email API.

We hope that you are up and running with Aspose.Emial API. You can also refer to Aspose.Email Developer’s Guide section for detailed documentation and examples of the API. Please let us know if we can be of any additional help to you in getting you started with the API.