Sending Outlook Email Template with Attachedment using Invoke Code Activity

Hi Everyone, I have Email Template In Outlook, and wanted to send it without UI interaction of (OUTLOOK APP).

I wanted to use Invoke Code activity, and to replace some Information like (DATE TODAY, recipient Nickname and Start date) in the Email Body.

The email body for a send Outlook message activity is a string, so you should be able to use the Strings.Replace function to achieve this. Don’t think you need to invoke code.