IMAGE OUTLOOK

Good afternoon, does anyone know how to add the following Image to my activity to send an email through Outlook? It can ?? In UiPath Studio.

Buenas tardes, alguno sabe como agregar la siguiente Imagen a mi actividad de enviar un mail mediante Outlook?? Se puede?? En UiPath Studio.

@Atejera

This post may be your solution

1 Like

Hi @Atejera

You can use “Send inline image” activity (Package name - UiPathTeam.OutlookInlineImage.Activities) . Pass the image path and add a placeholder in your email body input parameter as to where exactly you want the image to appear in your email body. Please refer the below screenshot for better understanding:

image
image

Can you try this and let me know

2 Likes

The other way is to use url of image in the email body

For eg

If the image is stored in cloud then use its url in the email body like


<img src= https://....../>


Try this way around

Regards

Nived N 🤖
1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.