Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: CDO Respond problem please help


Message #1 by muratb@k... on Tue, 19 Feb 2002 17:20:37 +0200

Hi I have a problem with CDO.

I want to accept or decline a messageitem in my inbox with cdo.

I use the code







Set objInboxFolder = objSession.Inbox 

Set objInMessages = objInboxFolder.Messages 



Set objOneMsg = objInMessages.GetFirst

if objOneMsg.Type="IPM.Schedule.Meeting.Request"  Then

Set objMeetResp = objOneMsg.Respond(3) 

objMeetResp.Send

End if





But here

"Object doesn't support this property or method: 'objOneMsg.Respond'" error

returns.



Whats the problem with this code.

Thank you very much.



Murat


  Return to Index