LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is that a possibility to send mail from LabWindows ?


0 Kudos
Message 1 of 3
(3,029 Views)
Hi,

There is an sample project in the CVI\Samples\Activex\Outlook folder, to demonstrates how to use Microsoft Outlook to send e-mail through ActiveX Automation with or without an image file attachment


Ray.
Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,029 Views)
You can send mail, use FTP and place UIR's on webpages with the LabWindows Internet toolkit. This comes in the conectivity toolkit or may still be available on its own - I got it for about £300 - check with NI.
If you have the toolkit the function to send mail is: status=INET_SendMail(char *Server, char *from, char *to, char *subject, char *messageText, char *attachments);
cheers, tim
0 Kudos
Message 3 of 3
(3,029 Views)