Hi all,
I am creating a calendar entry via VFP 9.0. I cannot figure out how to set the reminder to none.
oObject = oOutlook.CreateItem(1)
oObject.ReminderMinutesBeforeStart can only accept integers.
Does anyone know of a way to set that property to NONE?
Thanks,
I am creating a calendar entry via VFP 9.0. I cannot figure out how to set the reminder to none.
oObject = oOutlook.CreateItem(1)
oObject.ReminderMinutesBeforeStart can only accept integers.
Does anyone know of a way to set that property to NONE?
Thanks,