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