StoresEvents_12.BeforeStoreRemove Method
This is a member in an event interface in a COM coclass. It is not intended to be used in your code.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub BeforeStoreRemove ( _
Store As Store, _
<OutAttribute> ByRef Cancel As Boolean _
)
'Usage
Dim instance As StoresEvents_12
Dim Store As Store
Dim Cancel As Boolean
instance.BeforeStoreRemove(Store, Cancel)
[DispIdAttribute()]
void BeforeStoreRemove(
Store Store,
out bool Cancel
)
Parameters
- Store
Type: Microsoft.Office.Interop.Outlook.Store
- Cancel
Type: System.Boolean