-
Everytime a user attempts to send mail using AX, they get a security pop up from outlook stating "a program is trying to access email addresses you have stored in outlook".. they have to click "allow" in order for it to work. this can't be normal, but i can't find a setting...
-
Hello, I am not sure about Outlook VBA code. But if you have Ax 3.0, check "tutorial_Outlook" form. This will give you an idea to extract emails, appointments, tasks, notes etc from Outlook. For some reason, it looks like this form has been removed in Ax 4.0. Since I don't have a system...
-
Hello Bernd, Try running the following job to see/check whether it works correctly - ____________________________________ static void TestSMTPMail(Args _args) { SysMailer mailer; str toEmailAddress = Harish@Dynamics.com ; str fromEmailAddress = " Test@Dynam ics.com"; str subject = "Testing...
-
Everytime a user attempts to send mail using AX, they get a security pop up from outlook stating "a program is trying to access email addresses you have stored in outlook".. they have to click "allow" in order for it to work. this can't be normal, but i can't find a setting...
-
Hello, I am not sure about Outlook VBA code. But if you have Ax 3.0, check "tutorial_Outlook" form. This will give you an idea to extract emails, appointments, tasks, notes etc from Outlook. For some reason, it looks like this form has been removed in Ax 4.0. Since I don't have a system...
-
Hello Bernd, Try running the following job to see/check whether it works correctly - ____________________________________ static void TestSMTPMail(Args _args) { SysMailer mailer; str toEmailAddress = Harish@Dynamics.com ; str fromEmailAddress = " Test@Dynam ics.com"; str subject = "Testing...