0

I'm an absolute beginner in Outlook programming and Windows GUI programming in general. But I have lots of years experience in C++ programming in general (not GUI) I need to develop a Outlook plug-in and my question is where to start? What do I need to know to let me start? Can you please give me some useful links to learn ?

Anshul
  • 9,312
  • 11
  • 57
  • 74
user63898
  • 29,839
  • 85
  • 272
  • 514

2 Answers2

1

OutlookCode.com and it's forums are always my first point of call with Outlook related programming. Also see the Office Developer Centre.

For your specific scenario the COM Add-ins page links to the following ATL/C++ sample.

mundeep
  • 2,727
  • 1
  • 22
  • 24
0

you can use Outlook ActiveX library or CDO COM library, the best choose is to use the first one if you are sure user has installed outlook

Arsen Mkrtchyan
  • 49,896
  • 32
  • 148
  • 184