Want to send image in outlook body inline

I write below thing for sending an image in mail body inline. My image is in screenshot folder and it save whatever data we get in variable. code is below

String.Format(“Hello All,

This ticket did not come in through notification, please create in Insite
”,“Screenshot\BidNumber+.png”)
But issue is image is not displaying. Please correct if something wrong.

Before this i had taken the screenshot

Hi @Puneet_Singh3

Try to convert the image to Base64 and then embed it.

how please send me some example.

@Puneet_Singh3

Try this

Not Working for me.