How to add a task to a selected outlook user. 
Author Message
 How to add a task to a selected outlook user.

How can I add a task to a selected outlook user? I found a
way to add task to myself BUT I can't add tasks to another
users in our LAN. Please HELP.


Sun, 27 Mar 2005 00:33:29 GMT  
 How to add a task to a selected outlook user.
I don't know if this is what you mean, but if you can get the
MAPIFolder object of the user you want to make an appointment for. You
can code something like:
oDestinationFolder.Items.Add(olTaskItem).
You can get the users folder by calling
NameSpace.GetSharedDefaultFolder(Recipient, olFolderTasks).
You need the rights to create tasks in the users folder.

Hope this is what you mean.


Quote:
> How can I add a task to a selected outlook user? I found a
> way to add task to myself BUT I can't add tasks to another
> users in our LAN. Please HELP.



Sun, 27 Mar 2005 16:13:02 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Outlook COM Add In problem: Outlook wouldn't exit from Process in Task Manager

2. Adding a Task Item to a selected category

3. Adding a task item to outlook programatically

4. Adding Outlook Tasks

5. Accessing User defined Outlook 2k tasks from VB

6. Add to Outlook Contacts Field in Task Form

7. Add to Outlook Contacts Field In Task Form?

8. Adding a task item to outlook programatically

9. Referencing Outlook 2k Task User Defined Fields

10. how do i select the first task (not a summry Task)

11. Adding tasks to a named task list

12. Add a task to task scheduler

 

 
Powered by phpBB® Forum Software