Navision 5.0 SP1 with Windows 7 & Outlook 2010(64-bit)

myanilkumarmyanilkumar Member Posts: 108
Hi,

We had installed in Nav 5.0 SP1 on Windows 7 (64-bit) and using Outlook 2010 (64-bit). I am having Problem with Mail Codeunit 397. The Code below is always executing as Logooff and function is Exiting. The EMails are not sending.


IF (NOT OApplication.Logon(TRUE,'','',FALSE,FALSE)) THEN BEGIN
OApplication.Logoff;
EXIT
END;

Please advise if any patches need to be installed

Regards,
Anil
Sign In or Register to comment.