Using Classic Outlook on Windows for personal email, calendar, and contact management
I believe the issue is that Outlook has made the command more strict recently.
While this used to work: "C:\Program Files (x86)\Microsoft Office\root\Office16\outlook.exe" /c ipm.note /m "****@b.dk&**subject=Test&body=Text to customer"
The correct syntax is "...****@b.dk?**subject=Test..."
? to begin the value names with & afterwards.
FYI: This affects Cc= and Bcc= (whichever comes first if in use at all). It may be best to just add a bogus value after the TO value so you can always tack on with "&valuename=X".
Example: "C:\Program Files (x86)\Microsoft Office\root\Office16\outlook.exe" /c ipm.note /m "@b.dk?v=1 & cc=@b.dk&bcc**=@b.dk&subject**=Test**&body**=Text to customer"