This is my path for send outlook activity how can i provide path because it gives an error

This is my path for send outlook activity how can i provide path because it gives an error

It would help if you post the error screenshot or text. but I would assume if you are using office 365 send email then attachment is an ienumerable field adjust your code accordingly

Hi,
Can you share what error do you have? is this Attachments property?
Regards,
hi,
can u tell me how i paste image in body outlook
Hi,
How about using modern SendEmal activity?
Regards,
thank u for this video but in outlook mail body image like this
can u tell me why is any package are missing because?
i seen for outlook packages
if any solution for this plz tell me?
Please use the UiPath.mail.Activities and use the Create HTML actvitiy and insert the image into it using that actviity through a variable and then use the send smtp actviity to send the mail.
Regards
Use Uipath.Mail.Activities

this is the body assign

property of send outlook email

Result

image to outlook body.zip (336.5 KB)
this my workflow can u plz check because i don’t understand where image path i have to give?
try this is in smtp body
replace path-to-img with the path to your image which you want to send in email

edit: add src in img tag as well i missed it should look like this

Can you share the process you have done ?
Regards
sorry i missed to add
try this
<img src=path>

Workflow.xaml (18.0 KB)
can u plz try in my workflow?