ApplicationClass.ApplicationEvents_Event_add_Reminder Method

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Overridable Sub ApplicationEvents_Event_add_Reminder ( _
    param0 As ApplicationEvents_ReminderEventHandler _
)
'Usage
Dim instance As ApplicationClass
Dim param0 As ApplicationEvents_ReminderEventHandler

instance.ApplicationEvents_Event_add_Reminder(param0)
public virtual void ApplicationEvents_Event_add_Reminder(
    ApplicationEvents_ReminderEventHandler param0
)

Parameters

Implements

ApplicationEvents_Event.add_Reminder(ApplicationEvents_ReminderEventHandler)

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Outlook Namespace