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 » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Outlook Tasks



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 14th 06, 06:18 PM posted to microsoft.public.outlook.program_vba
kmbarz
external usenet poster
 
Posts: 2
Default Outlook Tasks

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  
Old March 14th 06, 06:41 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Outlook Tasks

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  
Old March 14th 06, 06:51 PM posted to microsoft.public.outlook.program_vba
kmbarz
external usenet poster
 
Posts: 2
Default Outlook Tasks

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


All times are GMT +1. The time now is 10:31 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.