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
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