V
Vladimir Chtchetkine
I need to be able to quickly find an item in Outlook (within a given folder
branch) based on a certain unique property value (essentially, a GUID
string). I don't mind going down to the MAPI level (I'm there anyways I
just need to be able to open an item based on that GUID as quick as
possible. Maintaining a map of GUID->EntryID is not that attractive to me
because it creates additional headaches monitoring for item moving to
another folder (and I still want to be able to find it in that new folder
too). Since the actual store (in my case a local .pst file) seems to be a
DB-backed "thing" is there any form of queries (other than EntryID) or
something like that available?
Sorry if the question is too vague but that's the best I can do
branch) based on a certain unique property value (essentially, a GUID
string). I don't mind going down to the MAPI level (I'm there anyways I
just need to be able to open an item based on that GUID as quick as
possible. Maintaining a map of GUID->EntryID is not that attractive to me
because it creates additional headaches monitoring for item moving to
another folder (and I still want to be able to find it in that new folder
too). Since the actual store (in my case a local .pst file) seems to be a
DB-backed "thing" is there any form of queries (other than EntryID) or
something like that available?
Sorry if the question is too vague but that's the best I can do