Send Outlook Mail Activity is used to send mail with Attachemnt. Here you can pass String Array of File Path to attach Multiple Items.
Send Outlook Mail With Image is used to send mail with embedded image in Email. Here Images need to pass in Dictionary<String,String>. It only support html BODY. use this tag to use image in Email .
Hi @Santan_Barnwal Santan! Thank you for this awesome activity!
After an hour or so of frustration, I found that this works well (2. Send Outlook Mail With Image) but, only when using the following img html tag VERBATIM :
<img src="cid:key"/>
When I try to use my own dictionary key/value pair, the âcid:myKeyâ does not work.
However, thank you for the work of getting outlook to respect an inline/in-body html embedded image , that was not possible for us before now.
Finally - one feature request that would have significantly helped our troubleshooting steps when we were struggling to format the input parameters :
âFile not found / doesnât existâ exception message thrown by your activity should specify the âattachementâ string[] or the <img âcid:keyâ> ⌠so it should inform the developer which of the inputs were wrongly supplied