A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

C# or C++ Addin



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 8th 07, 05:19 PM posted to microsoft.public.outlook.program_addins
Alan
external usenet poster
 
Posts: 4
Default C# or C++ Addin

Hi

We've been developing Outlook components for several years. These include
Exchange client extensions, COM Add-ins and Service Providers, all written
in C++. In line with Microsoft our client extensions have virtually
disappeared, and most code is now in the COM Add-in; but with having to
support Outlook 2007, is now the time to move over to C#?

Looking at Outlook 2007 and all of the new features (in particular Ribbon
Bar and Form Regions) it seems that most (if not all) examples are provided
in C# (or VB.net, which I'm not considering). My experimenting with C# tell
me it is quick and easy, but what happens if I have to dive into MAPI from
my new C# code (as was often the case in earlier version of our COM Addin).

Any thoughts, experiences are much appreaciated.

Alan.


  #2  
Old June 8th 07, 07:06 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default C# or C++ Addin

Outlook 2007 is still COM based, but so you should be able to support it in
a C++ COM add-in easily.
See
http://blogs.msdn.com/jensenh/archiv...c-and-atl.aspx
As for Extended MAPI, forget about it: you can of course use a wrapper like
mapi33 or use a third party wrapper like Redemption, but you won't be able
to access MAPI natively.

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

"Alan" wrote in message
...
Hi

We've been developing Outlook components for several years. These include
Exchange client extensions, COM Add-ins and Service Providers, all written
in C++. In line with Microsoft our client extensions have virtually
disappeared, and most code is now in the COM Add-in; but with having to
support Outlook 2007, is now the time to move over to C#?

Looking at Outlook 2007 and all of the new features (in particular Ribbon
Bar and Form Regions) it seems that most (if not all) examples are
provided in C# (or VB.net, which I'm not considering). My experimenting
with C# tell me it is quick and easy, but what happens if I have to dive
into MAPI from my new C# code (as was often the case in earlier version of
our COM Addin).

Any thoughts, experiences are much appreaciated.

Alan.



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook Addin Martin Outlook and VBA 1 May 17th 07 03:29 PM
addin tab Roy Add-ins for Outlook 11 September 29th 06 12:09 AM
Help with AddIn nickdu Add-ins for Outlook 3 September 28th 06 03:35 PM
COM addin from VB.NET 2003 Russ Green Add-ins for Outlook 1 April 24th 06 02:25 PM
how to program an addin? Pit Add-ins for Outlook 2 March 31st 06 04:33 AM


All times are GMT +1. The time now is 06:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.