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 in the active explorer 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 ExplorerEvents_10_AttachmentSelectionChangeEventHandler
'Usage
Dim instance As ExplorerEvents_10_Event
Dim handler As ExplorerEvents_10_AttachmentSelectionChangeEventHandler
AddHandler instance.AttachmentSelectionChange, handler
event ExplorerEvents_10_AttachmentSelectionChangeEventHandler AttachmentSelectionChange
Remarks
The AttachmentSelectionChange event fires when a different or additional attachment of any item is selected in the active explorer.
See Also
Reference
ExplorerEvents_10_Event Interface