Posted inDynamics NAV & BC Tips & tricks
Using .NET COM object for sending e-mails or SMS in NAV
As we all know standard MAPI interface, provided in NAV, works only when mail client (like Outlook Express or Outlook) is installed. There are several issues why this approach is not suitable. I decided to develop my own COM object to work directly with SMTP server.…