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