Automatic Outlook messages

E

Emil

Hello,
I'm wonder how can make Outlook to create and send a message from user
mailbox automaticly. Each user in domain has logon script which set users
enviortment and creates mailbox via prf file. The problem is I need
conffirmation that his mail account works fine. I thought I can write a vbs
scrips which use CDO.Message object to send mail form user maibox to me, but
I've noticed that it dosen't work without administrative privileges, so that
the point I have no idea how can workaround it.
Thanks for any advice
 
S

Sue Mosher [MVP-Outlook]

What is it that you're trying to test? Whether the mailbox can send mail or whether the user's copy of Outlook is set up correctly? Those are two different things. You could take care of the former by creating a profile for that mailbox for yourself and sending a messag or by using CDO.Message on your own machine.

I can't think of any good automated way to checking the client workstation configuration. Any script you write to automate Outlook would be subject to security prompts, which the user either wouldn't know how to deal with or (best case) would click No because the source is unknown.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top