ReminderCollectionEvents_SinkHelper.m_BeforeReminderShowDelegate Field
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public m_BeforeReminderShowDelegate As ReminderCollectionEvents_BeforeReminderShowEventHandler
'Usage
Dim instance As ReminderCollectionEvents_SinkHelper
Dim value As ReminderCollectionEvents_BeforeReminderShowEventHandler
value = instance.m_BeforeReminderShowDelegate
instance.m_BeforeReminderShowDelegate = value
public ReminderCollectionEvents_BeforeReminderShowEventHandler m_BeforeReminderShowDelegate
See Also
Reference
ReminderCollectionEvents_SinkHelper Class