Windows Address Book

  • Thread starter Thread starter Sam Martin
  • Start date Start date
S

Sam Martin

hi all,

In between banging my head against a brick wall, i'm trying to find out how
to access the windows address book from my C# application.

has anyone done this or got any ideas on how i can do it. i know there's
something like a wab32.dll but is it a COM component?

Any help appreciated
TIA

Sam Martin
 
You'll need to use the COM Interop stuff in .NET to access the WAB API.

For the WAB API, you might start here in the MSDN:

ms-help://MS.VSCC/MS.MSDNQTR.2004JAN.1033/ProgIE/workshop/wab/overviews/mult
iprofiles.htm#api_behavior

for COM Interop, this is a good start:

ms-help://MS.VSCC/MS.MSDNQTR.2004JAN.1033/vbcon/html/vbconCOMInteropInVisual
BasicVisualC.htm

Pete
 
Back
Top