I work with a company where the previous website was designed in php and it was hosted in a linux server, now we have re-developed our website using .net framework for which we are planning to purchase a windows hosting.
Everything else seems alright except the email part, the company wants a backup of the emails in the new web server (windows server) too.
So is there any solution for it ?
Where are the emails stored? It should not make any difference what OS you use. Find the place where they are stored and try to port them to the new system.
Try searching the code for the email configuration and chances are high that you find the place.
Possible places where I would search first:
Source Code -> configuration / email sending
Database on the webserver
In the mailbox which is maybe used