Hi,
I am trying to send email via outlook in Dynamics NAV 2018. Its working perfectly fine and when I click on email the, the email along with the attachment is opened in Outlook where I can edit the email before sending. [This happesn when the outlook app is closed in the system]
But the issue is when the outlook app is already opened, it doesn't open the email in the outlook. What can be the possible solution for this, do I need to use any other function?
Currently I am using the following functions to perform the required action.
Mail.TryInitializeOutlook
Mail.NewMessage
Mail is the codeunit 397.
*This post is locked for comments