I want to send one local image by in email body (Inline Image through bodyHTML tag On). When i try to send it OUTLOOK, only placeholder is coming instead of that image. Can somebody help me out with this?
Hi
welcome to uipath community
is image mentioned in html tag
Cheers @HariomSh
Yes…
HTML Body = “<img src=‘cid:’”+oAttachment.ContentId+“‘’ alt=‘Smiley face’ width=‘150’ height=‘150’>”
Yess… I have cross checked , that its sending correctly to gmail… but on Outlook image is not showing in sent and in inbox also.
If possible can i have a view on the property panel of send outlook mail activity
Cheers @HariomSh
Fine
remove the account in the property panel and try once
Cheers @HariomSh
Still not working…![]()
How ever if i will send the email to gamil then on gmail i am able to view the image.
I suppose you already found a solution, but if not, try this solution provided by @hasib08 , it works really fine: I'm not able to send my Outlook mail with the images on its body - #3 by hasib08 ![]()
