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