How to use images in outgoing emails In general, there are 3 ways to embed images in your emails: Inline embedded CID images Embed an image using CID (Content-ID) in the HTML email body, while attaching it to mail message (as Linked Resource). Pros: Does […]
Tag: Free Edition (108)
Improved strSplit() Method in X++
How String.Split() works in C# Check the Microsoft documentation on String.Split() >> The optional parameter of type StringSplitOptions allows you to specify options such as whether to omit empty substrings from the returned array or trim whitespace from substrings. This enumeration supports a bitwise combination […]
Print Management for the Curious
This is the second article on Print management in D365FO, describing some of the advanced features of Print management. If you are new to Print management, please read the first article, Print Management in Simple Words, which describes the basics. Conditional Print management setting Conditional […]