automating outlook function

L

Lynn

Hi,
is it possible to run a vbscript whereby it will move mails in sent items of
outlook to saved folder in personal folders every sunday at 2:00am ?
thanks
 
B

Bill James

Yes it is possible. Search your Outlook VBA help file
for MailItem then click Methods and select Move Method
from the drop down.

There are examples. Then you can setup a scheduled task
in windows to run your script (xxxxxx.vbs) at regular
intervals.
 

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