Using Outlooks Recurrance Form in MS Access

  • Thread starter Thread starter TPB
  • Start date Start date
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
 
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
 
Back
Top