A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Accessing Shared Tasks' Data



 
 
Thread Tools Search this Thread Display Modes
  #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

  #2  
Old June 25th 06, 10:29 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default 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

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing multiple calendars (2) as in shared from a user? Tino Outlook - Calandaring 1 June 7th 06 11:17 PM
Accessing shared mailbox from outlook 2003 using IMAP [email protected] Outlook - General Queries 1 May 4th 06 10:09 PM
Macro to import Excel data to Tasks Patrix317 Outlook and VBA 2 May 2nd 06 07:32 PM
Backup your Outlook calendar, address book, notes, tasks...etc online, synchronize it across several locations, and get web access to all these data! [email protected] Outlook - Calandaring 1 April 14th 06 07:31 PM
Is is possible to see more than 2 months of data in a shared calen mandersonlwc Outlook - Calandaring 1 March 5th 06 09:09 PM


All times are GMT +1. The time now is 11:24 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.