|
 |
asp_cdo thread: Re: error '80090016' Keyset does not exist
Message #1 by "Jose maria" <josemaria.gomez@g...> on Fri, 19 Oct 2001 12:59:50
|
|
> I am using Set objCDO = Server.CreateObject("CDONTS.NewMail")
> but when it gets to objCDO.send I get the error message
error '80090016'
> Keyset does not exist.
> What is the problem and how can I fix it?
> Thanks in advance,
> RA
Hello
I have the same problem as you. Have you solved it yet? If it's, please
tell me what I have to do.
Thanks
Message #2 by Eli Schilling <eschilli@t...> on Fri, 19 Oct 2001 08:17:53 -0700
|
|
Try:
objCDO = Server.CreateObject("CDONTS.NewMessage")
Cheers!
-----Original Message-----
From: Jose maria [mailto:josemaria.gomez@g...]
Sent: Friday, October 19, 2001 6:00 AM
To: ASP CDO
Subject: [asp_cdo] Re: error '80090016' Keyset does not exist
> I am using Set objCDO = Server.CreateObject("CDONTS.NewMail")
> but when it gets to objCDO.send I get the error message
error '80090016'
> Keyset does not exist.
> What is the problem and how can I fix it?
> Thanks in advance,
> RA
Hello
I have the same problem as you. Have you solved it yet? If it's, please
tell me what I have to do.
Thanks
Message #3 by Eli Schilling <eschilli@t...> on Fri, 19 Oct 2001 17:11:37 -0400
|
|
I take that back and apologize...I was thinking of something else when I
responded....sorry!
-----Original Message-----
From: Eli Schilling [mailto:eschilli@t...]
Sent: Friday, October 19, 2001 8:18 AM
To: ASP CDO
Subject: [asp_cdo] Re: error '80090016' Keyset does not exist
Try:
objCDO = Server.CreateObject("CDONTS.NewMessage")
Cheers!
-----Original Message-----
From: Jose maria [mailto:josemaria.gomez@g...]
Sent: Friday, October 19, 2001 6:00 AM
To: ASP CDO
Subject: [asp_cdo] Re: error '80090016' Keyset does not exist
> I am using Set objCDO = Server.CreateObject("CDONTS.NewMail")
> but when it gets to objCDO.send I get the error message
error '80090016'
> Keyset does not exist.
> What is the problem and how can I fix it?
> Thanks in advance,
> RA
Hello
I have the same problem as you. Have you solved it yet? If it's, please
tell me what I have to do.
Thanks
|
|
 |