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