Share via


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

See Also

Reference

StoresEvents_12 Interface

StoresEvents_12 Members

Microsoft.Office.Interop.Outlook Namespace