
Signature
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
Hi Ron
I have been looking at your site but am receiving an error message when
trying to setup the email option - when entering the info to see if I can use
the CDO I receive the following:
run-time error '2147220960(80040220)'
The "Sendusing" configuration value is invalid. = error 404
As this is all very new to me - is there something obvious that I am doing
wrong?
Thanks
Lise (Aussie)
> Why use both ?
>
[quoted text clipped - 13 lines]
> >
> > Ramesh Shetty
Lise - 01 Aug 2008 04:19 GMT
Have also just found out that we are running on a domino server?? does that
change anything?

Signature
Thanks
Lise (Aussie)
> Hi Ron
>
[quoted text clipped - 28 lines]
> > >
> > > Ramesh Shetty
Ron de Bruin - 01 Aug 2008 04:19 GMT
Start with this page
http://www.rondebruin.nl/mail/folder3/mailenvelope.htm
If you want to CDO read all info good on the page

Signature
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
> Hi Ron
>
[quoted text clipped - 28 lines]
>> >
>> > Ramesh Shetty
Mike - 03 Aug 2008 02:22 GMT
Ron, I adopted your example code on http://www.rondebruin.nl/cdo.htm and it
works very well (Thanks!). One thing, though. I like to use early binding
when possible. Do you know how I would declare iMsg and iConf to accomplish
this? Thanks.
Mike - 07 Aug 2008 14:35 GMT
OK, I had to reference the Microsoft CDO for Windows 2000 Library and not
the CDO 1.21 library. Code becomes as follows
Dim iMsg As CDO.Message
Dim iconf As CDO.Configuration
Dim Flds As Fields
Set iMsg = New CDO.Message
Set iconf = New CDO.Configuration
> Ron, I adopted your example code on http://www.rondebruin.nl/cdo.htm and
> it works very well (Thanks!). One thing, though. I like to use early
> binding when possible. Do you know how I would declare iMsg and iConf to
> accomplish this? Thanks.