View Single Post
  #1  
Old June 25th 06, 04:18 PM posted to microsoft.public.outlook.program_addins
mohican
external usenet poster
 
Posts: 1
Default Accessing Shared Tasks' Data

Hi

I am using outlook 2003 with exchange, and in my outlook I have setup access
to other users Shared Tasks.

How can I programatically access those tasks so I can to collect data from
them.

I am currently accessing the tasks that are in my 'Tasks' folder by doing:

ApplicationClass outLookApp2 = new ApplicationClass();
NameSpace outlookNS = outLookApp2.GetNamespace("MAPI");
MAPIFolder taskFolder =
outlookNS.GetDefaultFolder(OlDefaultFolders.olFold erTasks);

Any help on this would be much appreciated

cheers

mohican

Ads