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.
 
Top