PDA

View Full Version : Identify unreplied emails



tausif82
01-09-2009, 02:50 AM
Hi Experts,

I need to keep a track of emails that have not been replied between a specified date.

eg) Save a copy of emails in drafts folder from the outlook inbox between the dates "01-Jan-09" & "07-Jan-2009" which have not been replied.

Any suggestions on this ?

Many Thanks,
Tausif

JP2112
01-19-2009, 09:47 AM
Very complicated. You'd need to iterate through your Inbox (or wherever you keep messages that have been received) and look at the ConversationIndex Property.

Check out http://www.outlookcode.com/codedetail.aspx?id=1714 for code sample.

HTH


Hi Experts,

I need to keep a track of emails that have not been replied between a specified date.

eg) Save a copy of emails in drafts folder from the outlook inbox between the dates "01-Jan-09" & "07-Jan-2009" which have not been replied.

Any suggestions on this ?

Many Thanks,
Tausif