Attach a screenshot without save

Is there a way to attach a screenshot on the activity send smtp mail message without save it in disk?

from TakeScreenshot we got an image of DataType: UiPath.Core.Image - myImage
myImage.Base64 will return us a base64 encoded string of this image

the base64 encoded string we can use for embeding the image on the mail message

Hey

You can save you le screenshot in a temporaly folder, and send it as attachment, then use the delete file activity and delete the last one. It’s better option

Regards

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