[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

.NET C++ App that accesses Outlook or Exchange

Dan Baker

7/12/2003 4:09:00 AM

I'm trying to write a stand-alone application (.NET C++)
which will query the contact database used in Outlook (or
maybe Exchange Server). I have no idea where to start
looking. Any advice?

I'm an experienced Visual Studio C++ developer, but new
to .NET. I have downloaded the "Exchange SDK", but
didn't find any C++ samples.

I have searched many newsgroups and MSDN, but haven't
found anything which discusses how to create a stand-
alone application in C++ that can query the contact
database stored in Exchange Server. Any advice?

Dan Baker

1 Answer

Wes Keene

8/14/2003 6:27:00 PM

0

I cannot say for sure about Exchange but I do have some
Outlook based code that works, but it is in C#.
Unfortunately, it is also COM interop, until everyone uses
Office XP and office developer tools :)

Those are about your options as far as I can tell. The
Outlook COM object is pretty well documented on MSDN if
you''re interested in converting some code for use with
managed C++.


Wes Keene

>-----Original Message-----
>I''m trying to write a stand-alone application (.NET C++)
>which will query the contact database used in Outlook (or
>maybe Exchange Server). I have no idea where to start
>looking. Any advice?
>
>I''m an experienced Visual Studio C++ developer, but new
>to .NET. I have downloaded the "Exchange SDK", but
>didn''t find any C++ samples.
>
>I have searched many newsgroups and MSDN, but haven''t
>found anything which discusses how to create a stand-
>alone application in C++ that can query the contact
>database stored in Exchange Server. Any advice?
>
>Dan Baker
>
>.
>