Macro for moving mails between public folders.
Hi good people
In my work i need to read mails in a public folder and move them to another public folder.
I could really need a macro that could help me do this.
I found a script that almost does it, but it only works in the inbox not in public folders.
Could there be a chance one of you VB kings could help me? :)
Re: Macro for moving mails between public folders.
Welcome to the Forums
You need to connect to the Public folder that contains your emails to read and set a Folder object to that. Do the same for your target public folder. Then need to determine what is the criteria or event for moving the emails.
What have you written so far?