Hello,
I have been reading the posts about sending mails from Outlook, and as it seems, that I can either
- use the NewMessage function in codeunit 397 or
- I can declare the Outlook automation objects used in codeunit 397 (‘NS Outlook Synchronization Handler’.OApplication) directly in my own codeunit?
Which of the two options is the best?
Is it possible to attach more than one file if I use the first option?
Thanks in advance!