Skip to main content
Nintex Community Menu Bar

Create msg in Nintex workflow

  • April 7, 2022
  • 1 reply
  • 23 views

Forum|alt.badge.img+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

cecilia-penha
Nintex Employee
Forum|alt.badge.img+8
  • Nintex Employee
  • April 12, 2022

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 ?