Issues with Mail Codeunit

ryanatworkryanatwork Member Posts: 47
Hi All,

I have a client that is running Win 7 x64, NAV 6 SP1 client, NAV4 SP3 Objects.

Everytime they get to the line this block of code in the mail codeunit.
IF (NOT OApplication.Logon(TRUE,'','',FALSE,FALSE)) THEN BEGIN
  OApplication.Logoff;
  EXIT
END;

it simply exits the codeunit.

I have seen this post http://www.mibuso.com/forum/viewtopic.php?f=23&t=16155&start=0 and I am getting the same error 2427 and occasionally 2428

Any ideas ?

Thanks in advance

R

Comments

Sign In or Register to comment.