1.If outlook is inside RDP and UiPath in local then you have to use image/hotkey automation
Open Outlook
click on new mail
add attachment.
send
you could make use of outlook shortcut keys and pass in “sendHotKey” Activity.
If outlook and UiPath in local
please make copy of pdf to local drive (again make use of click image/hotkeys)
Now you can use "Send Outlook Mail Message" activity where you can click on attach file option and pass the pdf attachment path in the value field as shown below.
Thank you. I’m able to send email without any errors. But only image is copying. I want to attach file and should be readable format. attaching snapshot.