Items.Find method?

  • Thread starter Thread starter Bingo
  • Start date Start date
B

Bingo

Since we'll have tons of emails, I want to know how
efficient this Find method is. Is there any other method
with better performance to look up an email item?
Thanks. B
 
Restrict is about the same roughly, depending on how you structure your
code.

Using CDO 1.21 with a MessageFilter is about an order of magnitude faster
and using a MAPITable with a restriction is even faster than CDO.
 
Back
Top