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