Hi, We first tried to use Outlook VBA and CDO 1.x but because of security checks in Outlook (annoying security popups) we had to try to use CDO for W2K (CDOSYS) to create Outlook Tasks. We tried to use CDO for W2K directly but could not change the type of the message to IPM.Task (the .Type property of CDO 1.x is gone). We tried to use CDO for W2K through WebDav with a SendURL looking like: http://[SMTPServer]/exchange/[mailbox]/tasks but we got "Access Denied" when trying to put tasks into another users task folder. We only have two options left: 1. loosen the Outlook security to be able to use CDO 1.x or Outlook VBA without security popups 2. give admin rights to the user running our program over all the Exchange mailboxes in order to allow the WebDav method to work! Any comment will be highly appreciated !!! Thanks, Arkam