Copy Task item to folder

K

KP

Hi,
i create a task item . want it to copy r move to my folder
how can i accomplish this ?

With TaskOutlook
.DueDate = mydate
.Categories = "jeeps"
.Subject = "yes officer"
.UserProperties.Add "Project Name", olText
.UserProperties.Item(1).Value = "Integral"
.Save
End With

TaskOutlook.Copy myChildFolder --> say automation error

Help please

thanks

KP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top