If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Outlook & ASP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-23-03, 07:43
dhaksh dhaksh is offline
Registered User
 
Join Date: Oct 2003
Posts: 1
Outlook & ASP

Hi all,

I have a problem in accessing OUTLOOK from ASP page.
server.createobject("outlook.application") is throwing "cannot create the object error".

I want to send a mail to a person regarding a task scheduled.When the person recives the mail , his calendar in outlook should get updated with the details in the mail and should send a reminder to him whenever the task is scheduled.

Somebody help me out please!

One more,
when I say server.createobject("cdonts.newmail") ..I don't get any error ..am not getting the mail too :-(

what cud b the problem?

Thanks ,
Dhaksh
Reply With Quote
  #2 (permalink)  
Old 11-05-03, 08:36
maneesh maneesh is offline
Registered User
 
Join Date: Nov 2003
Posts: 1
Regarding Error

instead of
Set myOlApp = Server.CreateObject("Outlook.Application")

try out
Set myOlApp = CreateObject("Outlook.Application")
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On