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
- CommandBar
Type: Microsoft.Office.Core.CommandBar
- Folder
Type: Microsoft.Office.Interop.Outlook.MAPIFolder