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.

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