Are there any flags available to indicate updates (i.e. New messages) to
Outlook's Inbox?  (in C++)

I believe I'm doing the painfully obvious to search for new messages in
the most efficient way.  For example, I've set a MessageFilter to limit
only new messages received since the last time I checked.  Or I've
monitored the Count property on the Inbox' Messages Collection, looking
for distinguishable diffs.  Or stepped through the messages one at a time
in a GetFirst()/GetNext() loop.

The problem I'm having is I get the same memory leak WHENEVER I do a
message Get_ from the Msg collection, regardless of there being any
messages which meet the criteria.
I was hoping there was a way to set a dirty flag to tell me only New msgs
received in my Inbox (I don't care about deletions/edits, etc.)  Thank
you.

PS  I'm stuck with Outlook 97 or 98 on NT 4, my customer won't change.

_________________________________________________________________
List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
Archives:               http://www.swynk.com/sitesearch/search.asp
To unsubscribe:         mailto:[EMAIL PROTECTED]
Exchange List admin:    [EMAIL PROTECTED]

Reply via email to