Hi all,
I need all categorized mail's in MS Outlook 2007 as "Do not autoarchive this item".
i write small script which just mark selected item(s)
Sub DontArchiveSwitch()
Dim olkItem As Object
For Each olkItem In Application.ActiveExplorer.Selection
olkItem.NoAging = True...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.