custom search folder request

  • Thread starter Thread starter mduran
  • Start date Start date
M

mduran

Hi,

I don't know whether this is trivial or not, in any case I don't
manage...
I'd like to be able to query all messages sent by ME that have NOT
been replied.


Is this possible to do with a custom search folder ?
I use Outlook 2003


Thanks a lot.
migdur
 
mduran said:
I don't know whether this is trivial or not, in any case I don't manage...
I'd like to be able to query all messages sent by ME that have NOT
been replied.

Is this possible to do with a custom search folder ?
I use Outlook 2003


Nope, not possible with a search folder. Theoretically, it would be
possible with some programming. I mean, you'd dump the In-Reply-To header
values from all the messages not originated by you, dump the Message-IDs of
the messages originated by you, and look for things that don't match. Of
course, a major issue would be the fact that if you delete the received
message, you'd lose the 'match'.. but if you dumped the data into a
database, you'd be able to track that sort of thing.

I'm sure there's a few other ways to do it programmatically that could be
considered easier, but I don't think they'd be as accurate.
 
Back
Top