R
Rafael
All,
I have an Outlook custom form that allows the user to search for the current
contact's email address on a selectable contacts folder
(namespace.PickFolder). The script works well and returns the first email
entry found.
What I want to do is the following:
1. Return all found entries that match the current email address and add
each entry to a list box( I have this done already)
2. Click on one of the entries (email address) and allow the user to open
the corresponding contact item based on the entry ID to make sure it is the
intended contact.
I know how to retrieve the EntryID of the contact found but I don't want to
show that information to the users.
Is it possible to populate a listbox with just the email address and used
the second column to store the EntryID and yet hide this second column from
the user?
Perhaps I'm going about this the wrong way so any ideas will be greatly
appreciated.
Regards,
Rafael
I have an Outlook custom form that allows the user to search for the current
contact's email address on a selectable contacts folder
(namespace.PickFolder). The script works well and returns the first email
entry found.
What I want to do is the following:
1. Return all found entries that match the current email address and add
each entry to a list box( I have this done already)
2. Click on one of the entries (email address) and allow the user to open
the corresponding contact item based on the entry ID to make sure it is the
intended contact.
I know how to retrieve the EntryID of the contact found but I don't want to
show that information to the users.
Is it possible to populate a listbox with just the email address and used
the second column to store the EntryID and yet hide this second column from
the user?
Perhaps I'm going about this the wrong way so any ideas will be greatly
appreciated.
Regards,
Rafael