MFC support for Outlook Add-In

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

Sam

Hi,
I want to know about the MFC support for building a new add in for
Outlook 2003.
Can I fetch Outlook folders and populate same on MFC Application dialog as
it is for item fetching from the folders.

Please do suggest on the same.

Thanks
 
Using MFC or anything else you must access the Outlook object model or use
Extended MAPI to access Outlook objects, or use another supported API.
There's no special support in MFC for Outlook addins.

There should be C++ samples for Outlook addins that you can find by googling
for that.
 
Back
Top