I'm trying to send an automated e-mail using Labview. Everything works OK using the build in e-mail functions, but I want to embed an image/picture into the body of the e-mail NOT as an attachment. Can anyone out there help?
Your title seems to indicate you're trying to use Outlook, but your message indicates you're using the built-in email functions. Assuming the latter, you could simply create an HTML-style email and have an <img> tag. Or, you could use .NET.
Thanks for the reply. I didn't mean Outlook specifically as I am using the built in functions that ship with Labview. I came up with the same solution as you so I just generated a HTML document using the report VI's then used the code this generated to instert into the e-mail as HTML rather than plain text.