Often when you browse lists of new AX features and AOT objects, you stumble across something that makes you a bit curious. In R3 I came across some Brazilian functionality where AX connects to an e-mail account, fetches some official government issued files and processes these. So AX can read e-mails, eh!? Oh yes, and the Brazilian stuff is backed by a very nice basic framework for doing so. Here is a very simple piece of code to show how it works. static void Job1(Args _args) { SysEmailAccount sysEmailAccount;...(read more)
↧