ApplicationEvents_11_AttachmentContextMenuDisplayEventHandler 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
<TypeLibTypeAttribute()> _
<ComVisibleAttribute(False)> _
Public Delegate Sub ApplicationEvents_11_AttachmentContextMenuDisplayEventHandler ( _
    CommandBar As CommandBar, _
    Attachments As AttachmentSelection _
)
'Usage
Dim instance As New ApplicationEvents_11_AttachmentContextMenuDisplayEventHandler(AddressOf HandlerMethod)
[TypeLibTypeAttribute()]
[ComVisibleAttribute(false)]
public delegate void ApplicationEvents_11_AttachmentContextMenuDisplayEventHandler(
    CommandBar CommandBar,
    AttachmentSelection Attachments
)

Parameters

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace