![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |