VBA to set selected emails to "Do not Autoarchive this item"

  • Thread starter Thread starter TommoUK
  • Start date Start date
T

TommoUK

I was wondering if it was possible to create a routine that would set a group
of emails to "Do not Autoarchive this item"

For example, if I had 10 emails in my Inbox, I would like to click on number
1, hold down the CTRL, and click on numbers 5, 12, 17, and 18. Then, by
running a procedure, set those emails to NOT Autoarchive (instead of having
to go into each individual email).

Many thanks in advance
 
You find all of the selected items in the ActiveExplorer.Selection
collection. Set each item's NoAging property = True.

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool:
: <http://www.vboffice.net/product.html?pub=6&lang=en>



Am Tue, 22 Apr 2008 20:31:02 -0700 schrieb TommoUK:
 
Back
Top