M
Mark B
This is sending a blank image with the HTML email. Any ideas why?
Dim ms As MemoryStream = New MemoryStream
bmp.Save(ms, ImageFormat.Png)
Dim MessageImage As New LinkedResource(ms, "image/png")
Dim ms As MemoryStream = New MemoryStream
bmp.Save(ms, ImageFormat.Png)
Dim MessageImage As New LinkedResource(ms, "image/png")