ApplicationEvents_11_FolderContextMenuDisplayEventHandler Delegate

This object, member, or enumeration is deprecated and 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
<ComVisibleAttribute(False)> _
<TypeLibTypeAttribute()> _
Public Delegate Sub ApplicationEvents_11_FolderContextMenuDisplayEventHandler ( _
    CommandBar As CommandBar, _
    Folder As MAPIFolder _
)
'Usage
Dim instance As New ApplicationEvents_11_FolderContextMenuDisplayEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
[TypeLibTypeAttribute()]
public delegate void ApplicationEvents_11_FolderContextMenuDisplayEventHandler(
    CommandBar CommandBar,
    MAPIFolder Folder
)

Parameters

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace