I need to modify .msg template and then send it using send outlook message.
My template have picture in body message.
I try to modify message like this: read all message in my folder, find my template and then modify it
item.Body = item.Body.Replace(“Name”,“Mark”)
but pictures are lost! How i can modyfi .msg file and then send it ?
@Arettu63 - First read the template by Read Text File then store into variable. And Second step use assign activity "Variable = Variable.Replace(“Name”,“Mark”). If its not work just let me know.