Not send mail employee

cpinacpina Member Posts: 52
Hello.

I can not send mail form employee card
It does not return error

I have Navision 4.0 and Outlook express 6.0 SP2

The debuger stops in CU 397
NewMessage()
IF ISCLEAR(OApplication) THEN
CREATE(OApplication);

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

Variable OApplication Automation
'NS Outlook Synchronization Handler'.OApplication

does Navision 4.0 run on Outlok express OR only Outlook ¿?

Comments

  • krikikriki Member, Moderator Posts: 9,118
    Navision 4.0 C397 is programmed to use Outlook.
    Or you start using Outlook, or you take C397 from 3.70, put it in 4.00 with another Object ID (and name) and use that codeunit.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.