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
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