Assign task without an acceptance

G

Guest

Is there a way to assign a task to a person where it gets added to the
persons task list without having to accept it. I am writing a custom
scheduler form to be run overnight that will add tasks for various people,
but I don't want them to have to accept the tasks that were assigned - they
should just show up on their task list the next day.
 
S

Sue Mosher [MVP-Outlook]

You can use the Namespace.GetSharedDefaultFolder to return the other user's Tasks folder and, assuming you have write permission, then use the MAPIFolder.Items.Add method to add an appointment directly.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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