Re: CDO and Lotus Notes

From: Dan Mitchell (djmitchella_at_yahoo.com)
Date: 02/15/05


Date: Tue, 15 Feb 2005 09:28:15 -0800


=?Utf-8?B?QWxleGFuZGVy?= <Alexander@discussions.microsoft.com> wrote in
news:CEC328A0-B012-4B52-B6DB-1A0C2AAD7DF9@microsoft.com:
> What I have to accomplish is:
> Sending EMails (+ attachemnts)
> Receiving EMails (+ attachments)
>
> Actually we have to support:
> Outlook Express
> Outlook
> Groupwise
> Lotus Notes

 If you need to support Outlook Express, you'll have to use Simple MAPI,
there's no other APIs for that. Everything else supports Simple MAPI, so
that's the best way to go, and it'll let you do what you need.
  
> If I got it right the best solution for Lotus Notes would be to use
> its proprietary APIs. But I also could try to install the CDO part of
> Outlook (it can be installed separately) additionally to the Lotus
> Notes installaton.

 If you don't need to use the Notes APIs (and I don't think you do with
your requirements) then I'd recommend avoiding them -- they work, but
they're pretty complicated, and thinking about it I don't know how well
they work from C# either. They're more powerful than Simple MAPI, but if
you don't need the extra abilities, then it's just going to make your
life complicated for no good reason.
 
> Of course I have an Outlook CD and could try that ... but is the CDO
> deliverable also available without Outlook (i.e. as a single
> installation package).

 No, you can't distribute CDO.DLL other than as part of Outlook.

 -- dan



Relevant Pages

  • Re: Please help - VSTO thinks I have SP1 when I have SP2!!
    ... I've got a call to MS Support to see if they have any ... this still leaves me puzzled as I can't develop an Outlook add-in ... using VSTO unless the client is Professional or stand-alone. ... Support rep who told me how to install with no baseline check. ...
    (microsoft.public.vsnet.vstools.office)
  • Re: Please help - VSTO thinks I have SP1 when I have SP2!!
    ... All works and the support guys did a great job figuring out what ... this still leaves me puzzled as I can't develop an Outlook add-in ... using VSTO unless the client is Professional or stand-alone. ... Support rep who told me how to install with no baseline check. ...
    (microsoft.public.vsnet.vstools.office)
  • Re: CDO and Lotus Notes
    ... If I got it right the best solution for Lotus Notes would be to use its ... But I also could try to install the CDO part of Outlook (it ... > simple message then Simple MAPI is probably your best ...
    (microsoft.public.win32.programmer.messaging)
  • Re: "Send To" command
    ... Perhaps this is a Lotus Notes issue. ... Lotus Notes tell me that it does not play well with Microsoft products, ... I've never had Outlook installed on this ... I would suggest you install and configure Outlook ...
    (microsoft.public.office.misc)
  • Re: Install of Office XP- Please Help
    ... but you should probably contact the original equipment manufacturer who ... installed this and ask them for support. ... supporting the copies they install. ... > XP because my Outlook will not allow me to do a set up of email accounts. ...
    (microsoft.public.office.setup)

Loading