Possible, but quite difficult if you want to write a generic application
that users of Outlook in any configuration can use. Such an application
would need an ASP.NET custom control with client-side JScript to manage the
interaction with the address book component in Outlook, an interaction that
will itself trigger security prompts. Not fun at all.
If you're working in an Exchange environment, though, it might be
interesting to see if anyone's done any work in using WebDAV to generate
something that looks like the OL address book.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hello Everybody,
>
[quoted text clipped - 9 lines]
> The question is - Is it possible? If yes, how could it be done?
> Thanks a lot!