ItemEvents_Event Interface

This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is superseded by a later version that implements all events of earlier interfaces and any new events. For information about the latest version, see ItemEvents_10_Event.

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
<TypeLibTypeAttribute()> _
Public Interface ItemEvents_Event
'Usage
Dim instance As ItemEvents_Event
[ComVisibleAttribute(false)]
[TypeLibTypeAttribute()]
public interface ItemEvents_Event

See Also

Reference

ItemEvents_Event Members

Microsoft.Office.Interop.Outlook Namespace