ApplicationEvents_11_SinkHelper.ItemLoad Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Overridable Sub ItemLoad ( _
param0 As Object _
)
'Usage
Dim instance As ApplicationEvents_11_SinkHelper
Dim param0 As Object
instance.ItemLoad(param0)
public virtual void ItemLoad(
Object param0
)
Parameters
- param0
Type: System.Object
Implements
ApplicationEvents_11.ItemLoad(Object)
See Also
Reference
ApplicationEvents_11_SinkHelper Class