MSDN has complete references explaining how to program for the Windows
Address Book and
the WAB API:
http://msdn.microsoft.com/library/de...b/wabentry.asp
Also look at the MAPI API for some added info:
http://msdn.microsoft.com/library/de...ormation_2.htm
--
Jim Pickering, MVP, Outlook Express
https://mvp.support.microsoft.com/pr...8-1171988A62D6
Please deliver feedback to the newsgroup, so that others can be helped.
Thanks.
"spider" wrote in message
ups.com...
Hi gurus,
i'm writing an application working with WAB (Windows Address Book). My
target is to pop up UI for user to select recipient(s).
In the WAB documentation, it says IAddrBook-Address() displays the
recipient selection UI. But when calling this method, the UI was not
what i expected: some controls are missing (e.g. the recipients list
box), some buttons are not expected (e.g., delete/new group button).
Is there're some other interfaces/method to configure the UI before
popping it up ?
thanks in advance
edward