Creating a reminder in a 2003 Outlook form

G

Guest

I am designing a form in Outlook modeling it after the Task form. Upon
completion, a task will be entered into the Outlook task list with a default
due date of two business days after creattion and a reminder automatically
set for 18 hours prior to the due date. How do I create the function for
setting the reminder? Thank you
 
S

Sue Mosher [MVP-Outlook]

When in doubt, check the object browser: Press ALt+F11 to open the VBA
environment in Outlook, then press F2. Switch from <All Libraries> to
Outlook to browse all Outlook objects and their properties, methods, and
events. Select any object or member, then press F1 to see its Help topic.

A quick check of the TaskItem object in the object browser will introduce
you to the ReminderSet and ReminderTime properties.
 

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