![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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. -- James |
| Ads |
|
#2
|
|||
|
|||
|
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 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Jreue" wrote in message ... 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. -- James |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Validate field on assign task - Outlook 2003 | Forbesy | Outlook - Using Forms | 0 | October 11th 06 03:19 AM |
| Assign Task problem-Can't accept or assign | DOL | Outlook - Calandaring | 5 | June 29th 06 06:57 AM |
| Print tracking of acceptance | Sarosh Tafti | Outlook - Calandaring | 0 | June 16th 06 03:28 PM |
| Auto Acceptance by delegate | mdavison | Outlook - Calandaring | 2 | June 15th 06 06:29 PM |
| Forcing Task Acceptance | Mike | Outlook - Calandaring | 4 | March 7th 06 06:03 AM |