Hi again,
I want to display a list of all contacts in a combo box, then retrieve the
selected contact when the user selects one. Rather than read all the
contacts each time, I'm caching the name and EntryID in a text file on the
user's machine. But I'm having trouble retrieving a contact by its EntryID.
Shouldn't I be able to do this with items.find, with the filter set to:
[EntryID] = "entryidstring"
Where the entryidstring was the saved value from the EntryID property of the
contact when it was cached? I get the error "The property EntryID in the
condition is not valid"
--Doug
Doug Lowe - 28 May 2004 20:09 GMT
Never mind, I just discovered the GetItemFromID method. I'm new at the
Outlook model, please be kind :)
--Doug
> Hi again,
>
[quoted text clipped - 11 lines]
>
> --Doug