Skip to main content
Nintex Community Menu Bar

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.

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