ApplicationEvents_11_SinkHelper.AttachmentContextMenuDisplay Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Overridable Sub AttachmentContextMenuDisplay ( _
param0 As CommandBar, _
param1 As AttachmentSelection _
)
'Usage
Dim instance As ApplicationEvents_11_SinkHelper
Dim param0 As CommandBar
Dim param1 As AttachmentSelection
instance.AttachmentContextMenuDisplay(param0, _
param1)
public virtual void AttachmentContextMenuDisplay(
CommandBar param0,
AttachmentSelection param1
)
Parameters
- param0
Type: Microsoft.Office.Core.CommandBar
- param1
Type: Microsoft.Office.Interop.Outlook.AttachmentSelection
Implements
ApplicationEvents_11.AttachmentContextMenuDisplay(CommandBar, AttachmentSelection)
See Also
Reference
ApplicationEvents_11_SinkHelper Class