Quote Originally Posted by gmayor View Post
No. What I meant is that you can process Item in the script. Look at how it is used in the thread - http://www.vbaexpress.com/forum/show...AG-in-the-name in the script
Private Sub SaveAttachments(olItem As MailItem)
That code is to save a specific type of attachment named from text in the file, but the principles are the same as what you appear to be attempting.

Hi Graham,

Before I take on the challenge of amending the method in the link you provide (thank you for that), do you know of any reason why the Outlook rule is not executing in the order that it is set up to. I even put a pause in the VBA piece to delay it to allow for the email to be moved into the subfolder. All that did was delay the running of the VBA, after that the emails are delivered.

Its very frustrating as the solution I have works perfectly.

Cheers,

Des