Create msg in Nintex workflow

  • 7 April 2022
  • 1 reply
  • 12 views

Badge +3

Good day,

 

can we generate a .msg file in nintex workflow the purpose would be to change some informations in the email but to send the email based on a users column everytime tho.

 

the email could change at any given time, that's why the email notification is not usable for what we would like to do.


1 reply

Userlevel 3
Badge +8

Hi @gaelyvin999,


 


As per as I know, you can't generate natively a msg file within Nintex for SharePoint. You will need some Extended MAPI API (in C/C++) or 3rd-party API to generate an msg file and use the SDK to extend the Nintex Platform with custom actions.


 


References : 


Save message to MSG compound file - Outlook | Microsoft Docs


SDK (nintex.com)


 


Why not to use dynamic HTML content that you can change/validate through workflow tasks before sending it officially to the dynamics recipients ?    


 

Reply