Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the user selects a different or additional attachment of an item in the active inspector programmatically or by interacting with the user interface.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event AttachmentSelectionChange As InspectorEvents_10_AttachmentSelectionChangeEventHandler
'Usage
Dim instance As InspectorEvents_10_Event
Dim handler As InspectorEvents_10_AttachmentSelectionChangeEventHandler
AddHandler instance.AttachmentSelectionChange, handler
event InspectorEvents_10_AttachmentSelectionChangeEventHandler AttachmentSelectionChange
Remarks
The AttachmentSelectionChange event fires when a different or additional attachment of the item is selected in the inspector.
See Also
Reference
InspectorEvents_10_Event Interface