05-20-2009 10:10 AM
I know how to send an email with an attachment but is there a vi to read the attachement from Labview?
05-20-2009 10:59 AM
In order to be able to do so it has to get the email in the first place. This means that it has to act as a POP3 client or IMAP client if you're connecting to something like MS Exchange. Alternatively if you have an email client that has, for example, an ActiveX interface then you can use that to connect to the client and get the email using the ActiveX properties and methods.
What do you have?
05-26-2009 08:31 AM
05-26-2009 08:56 AM