MS Dynamics creates Emails which are forwarded to MS Outlook. How can I set the font?
1. Where? In MS Dynamics? Or in MS Outlook?
2. How? (Please submit screenshot)
*This post is locked for comments
MS Dynamics creates Emails which are forwarded to MS Outlook. How can I set the font?
1. Where? In MS Dynamics? Or in MS Outlook?
2. How? (Please submit screenshot)
*This post is locked for comments
I mean the SMTP server that you set up in NAV itself. There is a codeunit 400 SMTP Mail that has the server settings of how you send the mail. There is a CreateMessage procedure and there is a setting Mail.HtmlFormatted := HtmlFormatted that you can set there.
Thank you for your quick reply. As far as I know, there is no mail server in between MS Dynamics and MS Outlook. Dynamics just opens a new message in Outlook. And it is easy the change the font of this individual email. But I do not want to change the font of each enad every individual email. I want to change the settings of Outlook in such a way that every email which comes from Dynamics is already pre-set in the desired font.
Andy idea how to do this?
You need to switch from text to HTML mode of your mail server and then you can manipulate the contents of the mail by adding in the code HTML tags there, e.g. <P size=XX> </P> when you create the mail.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156