PC Review


Reply
Thread Tools Rate Thread

Automatically remove old messages without a certain category

 
 
John Michl
Guest
Posts: n/a
 
      21st Oct 2008
I'm using Outlook 2007. I use rules to move all e-newsletters to a
certan folder. I'd like to automatically delete all messages older
than say 45 days that I haven't marked with a category called "News to
Save." I think I've got pieces of the puzzle but I'm hoping there's a
better way. Any ideas?

Here's what I'd like to do:

1) As newsletters arrive from certain senders, move them to a
newsletter folder. (No problem here. I've got this covered.)
2) As I read them, mark those I'd like to keep with one of several
categories (let's call one "Keep").
3) Have auto archive (or a rule, if possible), run through the folder
and delete anything older than say 45 days that DOES NOT have the
category of "Keep".

I haven't been able to figure out how to do #3. Issues I've run
into...
> Don't know how to create a search folder or autoarchive rule that looks for lack of a category. (I could have my rule in #1 add a category called "News to Delete" and as I read them remove it from messages to keep but this seems a bit odd.)
> Don't know how to create a search folder that finds things older than 45 days. I can do "last month" but I don't want to delete items on the first of the month that came in the day before.
> Don't know how to autoarchive on a search folder or autoarchive on a message folder using categories in the criteria.


Any suggestions?
 
Reply With Quote
 
 
 
 
Brian Tillman [MVP - Outlook]
Guest
Posts: n/a
 
      21st Oct 2008
"John Michl" <(E-Mail Removed)> wrote in message
news:06414479-1693-4811-87fd-(E-Mail Removed)...

> Here's what I'd like to do:
>
> 1) As newsletters arrive from certain senders, move them to a
> newsletter folder. (No problem here. I've got this covered.)
> 2) As I read them, mark those I'd like to keep with one of several
> categories (let's call one "Keep").
> 3) Have auto archive (or a rule, if possible), run through the folder
> and delete anything older than say 45 days that DOES NOT have the
> category of "Keep".
>
> I haven't been able to figure out how to do #3.


Without code you write yourself, I don't think you can accomplish #3. Even
then, I'm not sure it's possible. Autoarchive's only selection criterion is
modified date. It can't check categories. And rules cannot process
messages at any time other than when they arrive, unless you run a rule
manually.
--
Brian Tillman [MVP-Outlook]

 
Reply With Quote
 
John Michl
Guest
Posts: n/a
 
      21st Oct 2008
Thanks, Brian. Of course, not what I was hoping to hear. I want to
use VBA as a last resort so that my process can be used as a best
practice in our enterprise and we frown upon custom VBA add-ons by
standard users.

Regarding manually running rules, that would be "ok" but I haven't
figured out how to run rules that acts on messages received "x" days
ago. I can manually set a date each time but that doesn't improve my
productivity. Is there a way to set an "expiry" date with a rule?
Perhaps I could then "turn off" the expiry if I wanted to save it.

- John

On Oct 21, 12:26*pm, "Brian Tillman [MVP - Outlook]"
<tillman1...@yahoo.com> wrote:
> "John Michl" <waxwi...@gmail.com> wrote in message
>
> news:06414479-1693-4811-87fd-(E-Mail Removed)...
>
> > Here's what I'd like to do:

>
> > 1) As newsletters arrive from certain senders, move them to a
> > newsletter folder. *(No problem here. *I've got this covered.)
> > 2) As I read them, mark those I'd like to keep with one of several
> > categories (let's call one "Keep").
> > 3) Have auto archive (or a rule, if possible), run through the folder
> > and delete anything older than say 45 days that DOES NOT have the
> > category of "Keep".

>
> > I haven't been able to figure out how to do #3.

>
> Without code you write yourself, I don't think you can accomplish #3. *Even
> then, I'm not sure it's possible. *Autoarchive's only selection criterion is
> modified date. *It can't check categories. *And rules cannot process
> messages at any time other than when they arrive, unless you run a rule
> manually.
> --
> Brian Tillman [MVP-Outlook]


 
Reply With Quote
 
Brian Tillman [MVP - Outlook]
Guest
Posts: n/a
 
      21st Oct 2008
"John Michl" <(E-Mail Removed)> wrote in message
news:f5dfcf0f-5e50-4466-921e-(E-Mail Removed)...

> Regarding manually running rules, that would be "ok" but I haven't
> figured out how to run rules that acts on messages received "x" days
> ago. I can manually set a date each time but that doesn't improve my
> productivity. Is there a way to set an "expiry" date with a rule?
> Perhaps I could then "turn off" the expiry if I wanted to save it.


Rules can't tell how old a message it, either. Sorry. I wasn't as clear as
I should have been.

At this point, I can't think of a good way with vanilla Outlook to do what
you ask.
--
Brian Tillman [MVP-Outlook]

 
Reply With Quote
 
Michael Bauer [MVP - Outlook]
Guest
Posts: n/a
 
      22nd Oct 2008


I agree with Brian, you'd have to code all the stuff yourself. That would be
possible.

--
Best regards
Michael Bauer - MVP Outlook

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


Am Tue, 21 Oct 2008 09:11:27 -0700 (PDT) schrieb John Michl:

> I'm using Outlook 2007. I use rules to move all e-newsletters to a
> certan folder. I'd like to automatically delete all messages older
> than say 45 days that I haven't marked with a category called "News to
> Save." I think I've got pieces of the puzzle but I'm hoping there's a
> better way. Any ideas?
>
> Here's what I'd like to do:
>
> 1) As newsletters arrive from certain senders, move them to a
> newsletter folder. (No problem here. I've got this covered.)
> 2) As I read them, mark those I'd like to keep with one of several
> categories (let's call one "Keep").
> 3) Have auto archive (or a rule, if possible), run through the folder
> and delete anything older than say 45 days that DOES NOT have the
> category of "Keep".
>
> I haven't been able to figure out how to do #3. Issues I've run
> into...
>> Don't know how to create a search folder or autoarchive rule that looks

for lack of a category. (I could have my rule in #1 add a category called
"News to Delete" and as I read them remove it from messages to keep but this
seems a bit odd.)
>> Don't know how to create a search folder that finds things older than 45

days. I can do "last month" but I don't want to delete items on the first
of the month that came in the day before.
>> Don't know how to autoarchive on a search folder or autoarchive on a

message folder using categories in the criteria.
>
> Any suggestions?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove Automatically Read Messages shivkumar Microsoft Outlook Discussion 2 31st Jan 2009 07:26 AM
Send response based on category rule; auto remove category? tish Microsoft Outlook VBA Programming 3 31st Oct 2008 07:04 PM
OL2003, IMAP questions - automatically remove deleted messages Mark Microsoft Outlook Discussion 1 10th Mar 2006 11:27 AM
How automatically remove digital signature in messages for external recipients? Pavel Nagaev Microsoft Outlook Discussion 0 31st Mar 2005 07:13 AM
how do i get deleted messages to be automatically remove to delet. =?Utf-8?B?am1mOXU=?= Microsoft Outlook 2 10th Mar 2005 04:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:25 PM.