Appointment Reminder - Outlook XP

D

Denis

Outlook Xp seems to use a different form to Outlook 97 to
inform people of a Meeting Request
(IPM.Schedule.Meeting.Request) ... however, whereas before
I could see the reminder set when I accepted the request,
under XP I have to open the appointment in the calander.

Is there a way I can stop this. I tried using some VBA
(see below), but this seems to give me the default for
Outlook, and not the value set in the meeting request.

Regards

Denis

Set myOlApp = CreateObject("Outlook.Application")
Set myItem = myOlApp.CreateItem(olAppointmentItem)
intReminderInMinutes = myItem.ReminderMinutesBeforeStart
MsgBox intReminderInMinutes
 

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