I've tried including the sample script used to send emails with VB into my script, but have come across an error.
In the past, it has always worked, which is great, but for the first time, I'm having problems with it.

So far, I have managed to work out the issue is caused by the script running as admin (99% of the script needs to run as admin, which is why it's currently set to admin), but Outlook running at normal level. If I run Outlook as admin, this resolves the issue, but I was hoping for something that would take into consideration when Outlook isn't run as Admin.
I've found an article on Microsoft.com http://answers.microsoft.com/en-us/offi ... a9a9f4a424 which says that instead of just "creating a new object", I could get the script to check if it exists and just run with the already-open Outlook. Do you think this is something that would make a difference in this case?
Thanks for your advice!

Dominic