BeforeReminderShow Event

Microsoft Outlook Visual Basic

Private Sub expression_BeforeReminderShow(Cancel As Boolean)

expression    A variable which references an object of type Reminders declared with events in a class module.

Cancel     Required. True to cancel the event. The default value is False.