Group:  Microsoft Outlook » microsoft.public.outlook.program_addins
Thread: COM Add in or ECE?

Geek News

COM Add in or ECE?
Mahesh 11/17/2008 9:50:04 AM
Hi ,
Can anybody tell me what are the advantages of COM add-in over ECE?

Which of the above given approach is preferrable in which conditions?

Thanks in advance.
Re: COM Add in or ECE?
cainrandom[ at ]gmail.com 11/17/2008 2:30:13 PM
On Nov 17, 4:50 am, Mahesh <Mah...[ at ]discussions.microsoft.com> wrote:
[Quoted Text]
> Hi ,
>  Can anybody tell me what are the advantages of COM add-in over ECE?
>
> Which of the above given approach is preferrable in which conditions?
>
> Thanks in advance.

COM add-ins are definitely better-supported these days, and there's a
lot more literature about and tools for developing them. I also
believe Microsoft has said that support for ECE's in Outlook may be
discontinued in the near future. If you're starting from scratch and
don't need anything that can only be done via ECE (and I'm not sure
there are features only available via ECE), I'd definitely go with a
COM add-in.
Re: COM Add in or ECE?
Mahesh 11/18/2008 10:02:05 AM
Thanks for the Reply,
I searched a lot but couldn't found advantages and disavantages of using
COM add in over ECE?

can you please tell me ?

"cainrandom[ at ]gmail.com" wrote:

[Quoted Text]
> On Nov 17, 4:50 am, Mahesh <Mah...[ at ]discussions.microsoft.com> wrote:
> > Hi ,
> > Can anybody tell me what are the advantages of COM add-in over ECE?
> >
> > Which of the above given approach is preferrable in which conditions?
> >
> > Thanks in advance.
>
> COM add-ins are definitely better-supported these days, and there's a
> lot more literature about and tools for developing them. I also
> believe Microsoft has said that support for ECE's in Outlook may be
> discontinued in the near future. If you're starting from scratch and
> don't need anything that can only be done via ECE (and I'm not sure
> there are features only available via ECE), I'd definitely go with a
> COM add-in.
>
Re: COM Add in or ECE?
"Dmitry Streblechenko" <dmitry[ at ]dimastr.com> 11/18/2008 5:26:08 PM
Let me reiterate what Cain said:
1. ECE will (very likely) not be supported in the next version of Outlook
2. There isn't much support available for ECE
3. You must use C++ or Delphi to write an ECE - ECE is as pure Extended MAPI
as it gets
4. ECE is an old API unchnaged from the days of the 16 bit Exchange Client
(the Outlook predecessor).
5. Outlook 2007 lets you do everything ECE can.

Unless you need to support Outlook 97/98, don't go with ECE.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Mahesh" <Mahesh[ at ]discussions.microsoft.com> wrote in message
news:B19DB80E-E816-4127-AE86-2332693C295F[ at ]microsoft.com...
[Quoted Text]
> Thanks for the Reply,
> I searched a lot but couldn't found advantages and disavantages of using
> COM add in over ECE?
>
> can you please tell me ?
>
> "cainrandom[ at ]gmail.com" wrote:
>
>> On Nov 17, 4:50 am, Mahesh <Mah...[ at ]discussions.microsoft.com> wrote:
>> > Hi ,
>> > Can anybody tell me what are the advantages of COM add-in over ECE?
>> >
>> > Which of the above given approach is preferrable in which conditions?
>> >
>> > Thanks in advance.
>>
>> COM add-ins are definitely better-supported these days, and there's a
>> lot more literature about and tools for developing them. I also
>> believe Microsoft has said that support for ECE's in Outlook may be
>> discontinued in the near future. If you're starting from scratch and
>> don't need anything that can only be done via ECE (and I'm not sure
>> there are features only available via ECE), I'd definitely go with a
>> COM add-in.
>>


Re: COM Add in or ECE?
Dave Vespa [MSFT] 12/1/2008 1:40:54 AM
Hi Mahesh,

Microsoft recommends that all new development for Outlook be Addin's (VSTO
or COM Addins).

If there is a particular feature that ECE's have that Addins don't, please
tell us:

http://blogs.msdn.com/stephen_griffin/archive/2007/10/12/whither-ece.aspx

Dave

"Dmitry Streblechenko" wrote:

[Quoted Text]
> Let me reiterate what Cain said:
> 1. ECE will (very likely) not be supported in the next version of Outlook
> 2. There isn't much support available for ECE
> 3. You must use C++ or Delphi to write an ECE - ECE is as pure Extended MAPI
> as it gets
> 4. ECE is an old API unchnaged from the days of the 16 bit Exchange Client
> (the Outlook predecessor).
> 5. Outlook 2007 lets you do everything ECE can.
>
> Unless you need to support Outlook 97/98, don't go with ECE.
>
> --
> Dmitry Streblechenko (MVP)
> http://www.dimastr.com/
> OutlookSpy - Outlook, CDO
> and MAPI Developer Tool
> -
> "Mahesh" <Mahesh[ at ]discussions.microsoft.com> wrote in message
> news:B19DB80E-E816-4127-AE86-2332693C295F[ at ]microsoft.com...
> > Thanks for the Reply,
> > I searched a lot but couldn't found advantages and disavantages of using
> > COM add in over ECE?
> >
> > can you please tell me ?
> >
> > "cainrandom[ at ]gmail.com" wrote:
> >
> >> On Nov 17, 4:50 am, Mahesh <Mah...[ at ]discussions.microsoft.com> wrote:
> >> > Hi ,
> >> > Can anybody tell me what are the advantages of COM add-in over ECE?
> >> >
> >> > Which of the above given approach is preferrable in which conditions?
> >> >
> >> > Thanks in advance.
> >>
> >> COM add-ins are definitely better-supported these days, and there's a
> >> lot more literature about and tools for developing them. I also
> >> believe Microsoft has said that support for ECE's in Outlook may be
> >> discontinued in the near future. If you're starting from scratch and
> >> don't need anything that can only be done via ECE (and I'm not sure
> >> there are features only available via ECE), I'd definitely go with a
> >> COM add-in.
> >>
>
>
>

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net