Hello,
I did an upgrade from outlook 2007 to outlook 2016 and I have the following problem.
When I try to sent automatically a mail in navision I get the next message.
With outlook 2007 I never had a problem. I use codeunit 397.
"Either there is no default mail client or the current mail client cannot fulfill the messaging request. Please run Microsoft Outlook and set it as the default mail client."
Can you help me to resolve the problem?
Thx,
Alexander
0
Answers
Alternatively you can use SMTP mail (C400), this works, but do not have the same possibility for defining current user as sender
As for C397 compatibility with newer Outlooks - this is slightly more complicated but also doable. There is a custom dll library available, called Redemption, it can be purchased from http://www.dimastr.com. You can build customization based on it which will let you to workaround the problem with newer Outlook..
Slawek
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Thx for your response.
I've good news because the problem is solved. There was a problem with 64-bit and 32-bit.
You have to install office 2017 32-bit version because nav 2009 is 32-bit.
Alexander