R
redraven
Hi,
I'm trying to build an indexing tool with some functionality similar
to the Lookout add-in.
Anyone know what they used for a id? Obviously you'll need some sort
of ID linked up with other criteria. Like:
ID: | FirstName:
-------------------
01 | Andrew
23 | Greg
92 | Sam
124 | Stefen
So when you search on a first name of "Sam" it'll jump to the item
with ID 92.
The MailItem.EntryID will do, but it changes everytime it is moved
around. Is there anything more consistent?
Best,
Andre
I'm trying to build an indexing tool with some functionality similar
to the Lookout add-in.
Anyone know what they used for a id? Obviously you'll need some sort
of ID linked up with other criteria. Like:
ID: | FirstName:
-------------------
01 | Andrew
23 | Greg
92 | Sam
124 | Stefen
So when you search on a first name of "Sam" it'll jump to the item
with ID 92.
The MailItem.EntryID will do, but it changes everytime it is moved
around. Is there anything more consistent?
Best,
Andre