Data comes in by email as a zipped file. The Java solution we wrote tried to parse and download the email automatically and load the data. We ran into all kinds of problems getting through the firewall, and eventually the solution just got put on hold. Because the administrators wouldn’t allow access to an anonymous type of email box.
The account is currently pop3 – they want to move the email server and change the account type to native MAPI. This would not work with a java solution as no java -> MAPI API exists.
Would a .net solution would work? Is there a MAPA API for .NET applications?