LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I insert an image into Outlook

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?
0 Kudos
Message 1 of 3
(3,003 Views)
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.
0 Kudos
Message 2 of 3
(2,930 Views)
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.
0 Kudos
Message 3 of 3
(2,924 Views)