Moving Specific Inbox Items to a Specific Subfolder (VBA)

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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.
 
Back
Top