tracking unreplied messages

M

migdur

Hi there,

I would like to know whether there is a method (tool, add-in or just a
query) to list all messages sent by me, which have not been replied
yet.

thanks,
migdur
 
M

migdur

Thanks, but I was actually more thinking being able to create a View of
all my unreplied messages. I know one can write customized queries in a
kind of SQL notation but I haven't found the way to do this with such
queries.
 
K

Ken Slovak - [MVP - Outlook]

A view would have to use
http://schemas.microsoft.com/mapi/proptag/0x10810003 as the schema and test
for <> 102 AND <> 103 AND <> 104 as the filter condition. You'd have to
enter it on the SQL tab directly, you couldn't use the Advanced tab since
the property isn't exposed in the object model.

However, that's a real nice way to crash Outlook, entering that filter for a
non-exposed property.

I think a view is out of the question unless you want to crash Outlook every
time it's applied.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top