Hi everyone,
I have the following use case for a customer:
A workflow should be started from Outlook using the (full) Addon. Based on the from address some more information should be retrieved from a custom database and populate other fields. So far so easy, at least in the dev system where I can modify the data in the custom database. This is where my problem/the question starts:
Does anyone have an idea how I can change the stored from address in an msg file/mail?
I will ask the customer to save a test mail as a msg file and send it to me as an attachment. Unfortunately this may take some time and I would prefer to fiddle with a .msg file to change the from address, so that I can continue working. :)
Easiest why would be to send a mail from an SMTP server which allows any "from" address, but I don't have one available. :)
Best regards,
Daniel