How, if at all, from VB can I create/edit/save an Outlook Task ?
Any help/links to useful sites much appreciated.
Printable View
How, if at all, from VB can I create/edit/save an Outlook Task ?
Any help/links to useful sites much appreciated.
Right, I've got the first bit down !
I can create an Outlook Task and fill in the details etc.
What I want to be able to do now is make the VB app aware of when the Outlook task has been Saved.
The essence of what I'm trying to do is use VB to generate a new log number for every Outlook task.
So, generate a new number ( increment a field in a DB ), create a new Outlook task, give it the new task number (as part of the subject line), fill in further details manually, save the task manually, then I need VB ( when it knows that the task has been saved ) to write the latest task number to the DB ready for incrementing next time round.
Your thoughts welcome.