Compatibility Nav2009 R2 with Office 2010 64bit

PeterajlPeterajl Member Posts: 25
Hi All,

I have a customer who uses Nav2009 SP1, and also works with Office 2010 64 bit.
We created funcionality for handling/sending e-mails with attachments.
As a result all emails sent from NAV using codeunit 397 NewMessage function is not allowing any email to be sent.

Its failing with the OApplication.Logon

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


I have found several topics wich said that Nav2009 SP1 is not working with Office 2010 64 bit.

I have a simple question:
Does Nav2009 SP2 support Office 2010 64bit ?

Thanks in advance

Answers

Sign In or Register to comment.