Office 2010 with NAV 5 SP1 OutLook email problem

KarenhKarenh Member Posts: 209
After upgrading to Office 2010, we have a problem with emailing from NAV. the first email is sent OK. The 2nd email is not sent.

We are using codeunit 307. The problem is in this line:
IF (NOT OApplication.Logon(TRUE,'','',FALSE,FALSE)) THEN BEGIN


The logon is not occuring the 2nd time. This worked fine with the previous version of Office.

The solution - workaround - is to leave Outlook running. Then 2nd and subsequent emails are sent.

We attempted using the NAV 2009 versions of olhandler.dll and nathash.dll but it made no difference.

Has anyone else experienced this?
Sign In or Register to comment.