Hi,
I am trying to send an outlook task from an asp page.
My first question is Do I need to install anything special
on my exchange server. All Im doing right now is trying to
create the CDO object and I get this error.
Error Type:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'CDO.Session'
/isnc/CDOtest1.asp, line 13
this is My code
"<%
'Variables
Dim objSession
Set objSession = CreateObject
("CDO.Session") 'create session
objSession.Logon matt, password
%>"
My second question, has anyone ever done what I am trying
to do. I want from my web application the user to be able
to send a task request to someone else and when the
recipient opens their outlook they will recieve the task
as they would if it was sent from another outlook app. Im
open to any or all suggestions on how to achieve this
Archived from group: microsoft>public>exchange>applications