Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Add-ins for Outlook (http://www.outlookbanter.com/add-ins-outlook/)
-   -   Accessing Shared Tasks' Data (http://www.outlookbanter.com/add-ins-outlook/18879-accessing-shared-tasks-data.html)

mohican June 25th 06 04:18 PM

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


Sue Mosher [MVP-Outlook] June 25th 06 10:29 PM

Accessing Shared Tasks' Data
 
Take a look at the Namespace.GetSharedDefaultFolder method.

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

"mohican" wrote in message ...
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



All times are GMT +1. The time now is 09:02 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com