Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outlook 2003 Auto Archive Problem

Status
Not open for further replies.

wmbest2

Programmer
Jun 11, 2008
2
US
All,

We are currently migrating our email to a new server. As we do this, we
will be setting the outlook clients in our company to deliver mail to the
server as we have more space. Because the clients were originally relying on
the PST files for storage, all of the settings for Auto Archive are in the
PST folders and need to be copied over to the corresponding Exchange Folders
when the mail is imported. Originally we were able to develop a VBA script
for Outlook 2007 to carry over the archive settings to the Exchange folders;
however, this only works on our Outlook 2007 clients and needs to be able to
be executed on our Outlook 2003 clients as well. Currently we are using the
StorageItem and PropertyAccessor to accomplish this with the 2007 VBA script.
After many hours of digging in forums, we are unsure of where to go to make
our macro compatible with 2003. If you have any suggestions of resources
that might be helpful or if you have solved this problem already we would
greatly appreciate your help.

Thanks

Bill

 
> this only works on our Outlook 2007 clients

I think you may get more assistance if you post the existing code and make it clear where it is failing on 2003.

>with the 2007 VBA script

Is that under an Outlook VBA project?
 
My apologies Hugh but I have found the solution to my problem. As it turns out it was nothing but my own stupidity. I forgot to add a reference to the CDO object in my project. Thank you for your responce though
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top