Regarding OutLook Add-in

  • Thread starter Muhammad Aftab Alam
  • Start date
M

Muhammad Aftab Alam

Hello All
why should I chose C++ to develope outlook Add-in instead of C# ??

best regards
Muhammad Aftab Alam
 
D

Dmitry Streblechenko \(MVP\)

1. You can resort to Extended MAPI if you need to
2. You won't have to deal with the GC, which can be either a blessing or a
curse.
3. PIA is just a layer between the OOM and .Net. More code means more bugs.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top