![]() |
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
|
|||
|
|||
![]()
Is the task list for outlook stored in XML or in something else that's
available to external programming (i.e. not VBA?) We have a SAS program that extracts monthly production tasks for an individual from a project tracking system and it would be really nice if we could append those into the outlook task list. The alternative would be to program VBA to go get it, but the type of data structure it is stored in would make that approach problematic. |
Ads |
#2
|
|||
|
|||
![]()
What exactly is problematic with the data structure? If you can get the SAS
output into a comma-delimited format, you can use Outlook's Import/Export Wizard, or map the data and manually create the Task items using the Outlook Object Model from any programming toolset that supports COM. -- Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "kmbarz" wrote: Is the task list for outlook stored in XML or in something else that's available to external programming (i.e. not VBA?) We have a SAS program that extracts monthly production tasks for an individual from a project tracking system and it would be really nice if we could append those into the outlook task list. The alternative would be to program VBA to go get it, but the type of data structure it is stored in would make that approach problematic. |
#3
|
|||
|
|||
![]()
"Problematic" means that it's in a SAS data set and the only way to allow VBA
to access that is to install drivers that are more problematic than they are worth. Right now SAS is exporting the csv. I was just hoping to make this one program or process each person could run instead of multiple steps. "Eric Legault [MVP - Outlook]" wrote: What exactly is problematic with the data structure? If you can get the SAS output into a comma-delimited format, you can use Outlook's Import/Export Wizard, or map the data and manually create the Task items using the Outlook Object Model from any programming toolset that supports COM. -- Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "kmbarz" wrote: Is the task list for outlook stored in XML or in something else that's available to external programming (i.e. not VBA?) We have a SAS program that extracts monthly production tasks for an individual from a project tracking system and it would be really nice if we could append those into the outlook task list. The alternative would be to program VBA to go get it, but the type of data structure it is stored in would make that approach problematic. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook Tasks displayed in Calender | Mark | Outlook - Calandaring | 30 | May 27th 09 12:59 PM |
Outlook Tasks | Kirsty Grounsell | Outlook - General Queries | 1 | March 13th 06 05:46 AM |
How do I assign tasks to others in Outlook? | Doug Smith | Outlook - General Queries | 0 | February 7th 06 01:40 AM |
Filter tasks in Outlook Today | [email protected] | Outlook - General Queries | 4 | February 6th 06 02:35 PM |
How to loop through Outlook tasks in VBA | Rick Williams | Outlook and VBA | 2 | January 25th 06 07:59 PM |