02-05-24 02:48 PM
I have a task where I need to access email sample templates stored as .msg files in a specific local folder. For each item in a queue, I have to retrieve these templates, modify the subject line, and then save each modified template as a new .msg file in the same folder. How can I accomplish this task efficiently?
02-05-24 07:54 PM
This might come down to using multiple VBOs. There's a newer VBO on the DX that exposes an action for getting the details of a MSG file, including the Subject and other bits. From there, you could probably use the Outlook VBO to create a new mail message and then save it as a MSG file. Not exactly the most straightforward way of doing things, but it might work for you.
Cheers,
Eric
03-05-24 01:09 PM
My Concern is the sender Address should be shown as do-not-reply in the .msg file. Outlook vbo do not have such action.
12-05-24 07:16 PM
For that, you need to set up the outlook Account name associated to that email ID. Probably that would resolve your issue.