Aspose.Email.Mail namespace missing after upgrade

Hi, I just upgraded the Aspose.Email DLL from 17.1 to 18.2 (in my dot net project) and now I’m getting hundreds of errors that appear to be due to breaking changes in your API. I looked through ALL of the release notes for documentation on this and can’t find anything related to the errors I’m getting.

For example, it appears that the SmtpClient class has been moved from “Aspose.Email.Mail” to “Aspose.Email.Clients.Smtp”

Actually, it appears that the entire Aspose.Email.Mail namespace has been removed, as have some others. I was importing the following namespaces:

Imports Aspose.Email.Outlook
Imports Aspose.Email.Mail

and now I’m getting an error that they do not exist.

Can you please clarify what has happened here, and direct me toward some documentation to assist getting my code to work against your new API?

@chamelsoft,

Yes, the namespace was changed for improved namespace structure and we announced it for awareness of our users in Aspose.Email blog. Please have a look at the details mentioned and let us know if we can be of any help to you in this regard.