![]() |
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'm writing an add-in for Outlook 2007 using Visual Studio 2008 SP1 in C#, currently I've added a toolbar and a button. Upon clicking this button all the user's current task information should be automatically exported to a ..csv file I know you can do this manually but I would like to automate it. Any help would be greatly appreciated, Cheers. |
Ads |
#2
|
|||
|
|||
![]()
You have to code that from scratch. You first need to determine what task
fields you want in the CSV file and in what order. Then you have to read each field in turn for the tasks and write them out as text fields in a CSV string, probably using StringBuilder. Then you write out the finished text to a file. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Egone" wrote in message ... Hi, I'm writing an add-in for Outlook 2007 using Visual Studio 2008 SP1 in C#, currently I've added a toolbar and a button. Upon clicking this button all the user's current task information should be automatically exported to a .csv file I know you can do this manually but I would like to automate it. Any help would be greatly appreciated, Cheers. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How do I export contacts from excel 2003 file into Outlook 2007? | NNZCOutlook | Outlook - Using Contacts | 2 | January 19th 09 05:04 AM |
Export tasks in Outlook 2007 | David Sherman | Outlook - General Queries | 6 | May 2nd 08 12:20 PM |
How do I export contacts in Outlook 2007 to a (csv) format file? | jfgoodrich | Outlook - Using Contacts | 3 | January 11th 08 09:19 PM |
Export Outlook 2007 inbox with subfolders to CSV file | [email protected] | Outlook - General Queries | 0 | September 4th 07 09:35 PM |
how to import a .vcf file into outlook programatically | Darryn Lavery | Outlook - Using Forms | 0 | March 3rd 06 03:09 PM |