About the Email Demo:

TO USE THE DEMO:


Make a new message and click on the little file card thingee next to the "To:" field. It opens up an "Address Message" dialog. A "Find in Dir" button was added. Click on that to do a lookup. The method "EM4D_Directory_Lookup" is where the lookup is actually done.

Also added a "Find in Dir" button to the Email->Address Book menu choice dialog. Same idea.

Directories can be added through the Email->Accounts menu choice.

A "Directory Service" tab was added. Whatever you add there shows up in the "Look in" popup menu in the "Address Message" dialog.

FOR DEVELOPERS:

drop into design mode

Tools->Find... (find in database)

Find What: {TMS}
Type: "All"

It will give a list of the approximately 20 things that were touched.

The item of most interest will probably be the method: EM4D_Directory_Lookup - not much to it is there?

That's all there is to doing a lookup!

The rest of the changes are just so that it fits within the application's usage/design paradigm.

Happy trails,

Tom