Accessing Shared Tasks' Data

M

mohican

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.olFolderTasks);

Any help on this would be much appreciated

cheers

mohican
 
S

Sue Mosher [MVP-Outlook]

Take a look at the Namespace.GetSharedDefaultFolder method.

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