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