Quantcast
Channel: Microsoft Dynamics NAV
Viewing all articles
Browse latest Browse all 64865

Forum Post: RE: Job Queue

$
0
0

It seems that I solved my issue.

The last error I get was following:

"This message is for C/AL programmers:
The call to member GetFolderFromID failed."

I change my code from

olNamespace := olApplication.GetNamespace('MAPI');
olFolder := olNamespace.GetFolderFromID(EDISetup."Outlook Folder ID");

to

olSession := olApplication.Session;
olFolder := olSession.GetFolderFromID(EDISetup."Outlook Folder ID");

The Outlook Client which was opened is the past is now closed.


Viewing all articles
Browse latest Browse all 64865

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>