Data is received via e-mail as an archived file. The Java solution we wrote tried to automatically parse and download the email and download the data. We encountered all the problems that arise through the firewall, and in the end the solution was simply suspended. Because administrators would not allow access to the anonymous type of mailbox.
Currently pop3 account - they want to move the mail server and change the type of account to their own MAPI. This will not work with java solution as there is no java -> MAPI API.
Will a .net solution work? Is there a MAPA API for .NET?
source
share