What makes up a unique id for finding an email?

S

Salad

Using the Find method you can't use EntryID. Is the best way to find an
email is using the subject and create time values?
 
K

Ken Slovak - [MVP - Outlook]

If you already have EntryID why fool around with Find? Why not just use
NameSpace.GetItemFromID?
 
Top