Moving Specific Inbox Items to a Specific Subfolder (VBA)

G

Guest

Good day,

I have: messages in the Inbox with Subject "Extracts"

I want: to move all messages in the Inbox with subject "Extracts" into the
subfolder "Inbox\Archive"

I want to use VBA. I do not want to use the Rules because my VBA code
contains other processing not available in the Rules.

Any suggestions?
 
M

Michael Bauer

Am Mon, 10 Apr 2006 09:45:02 -0700 schrieb DevDaniel:


You can use the Restrict function to get a list of all the items. Then loop
backwards through that list and call each item´s Move function.
 

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