query, email addresses and Outlook
Hi,
I have a query that returns a list of email addresses. I want to populate the to or cc field in Outlook programmatically? How can I do this? I'm trying to find a way to open the user's email client and put the email addresses from my query into the cc field ideally.
Any way to do this?
I know this: <a href="mailto:me@abc.com">me@abc.com</a> will work, but that works because it's a hyperlink. Is there another way to simulate a hyperlink being clicked?
-ws
