Using Outlooks Recurrance Form in MS Access

T

TPB

I need to figure out a way to use the "Recurrance" form in Outlook
2000 Tasks to set the recurrance pattern for work orders in an Access
2000 database. Can this be done?

TIA
Tim Bankerd
 
K

Ken Slovak - [MVP - Outlook]

You can get the RecurrencePattern using the GetRecurrencePattern
method of the task item and set the properties of the
RecurrencePattern. Look in the Object Browser help in the Outlook VBA
to see the properties for the RecurrencePattern object.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top