Re: CDO and Lotus Notes
From: Dan Mitchell (djmitchella_at_yahoo.com)
Date: 02/15/05
- Next message: Dmitry Streblechenko: "Re: MAPI_E_FAILONEPROVIDER"
- Previous message: Alexander: "RE: CDO and PDF files"
- In reply to: Alexander: "Re: CDO and Lotus Notes"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Dmitry Streblechenko: "Re: MAPI_E_FAILONEPROVIDER"
- Previous message: Alexander: "RE: CDO and PDF files"
- In reply to: Alexander: "Re: CDO and Lotus Notes"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|