BUG: CDONTS Newmail Object Fails on Terminal Server ClientID: Q217067
|
When trying to use the Collaboration Data Objects for NTS (CDONTS) library in a Visual Basic project from a Terminal Server client, the code fails with the following error message:
Error 429 - ActiveX cannot create object
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.
Private Sub Form_Load()
Dim mycdonts As CDONTS.NewMail
Set objCDOnts = CreateObject("CDONTS.newmail")
objCDOnts.Send "Sender@Company.com", "Recip@Company.com", "Message Subject", "Message Body"
Set objCDOnts = Nothing
End Sub
This should run correctly.
Error 429 - ActiveX cannot create object
Additional query words:
Keywords : kbASP kbMsg kbVBp kbCDONTS kbGrpMsg
Version : WINDOWS:1.2
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 8, 1999