Sending emails with CC and attachment in AX 2012 through X++ // Sending emails with CC and attachment in AX 2012 System administration --> Setup --> System --> E-mail parameters. to set the parameters static void FromMailAX(Args _args) { str SendFrom = 'Test@example.com'; // mail id of theSendFrom str ToMailIds= 'test222@example.com'; //mulitple recipients can be specified str cc = 'abc@example.com'; // mulitple cc id's can be specified str ...
Technical Tutorials x++,tips on issues or troubleshooting On Ax ERP ,Microsoft Dynamics 365,Ax 2012,Microsoft , U.S.,Business Software solution.