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 an Outlook item is copied.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event BeforeItemCopy As ExplorerEvents_10_BeforeItemCopyEventHandler
'Usage
Dim instance As ExplorerEvents_10_Event
Dim handler As ExplorerEvents_10_BeforeItemCopyEventHandler
AddHandler instance.BeforeItemCopy, handler
event ExplorerEvents_10_BeforeItemCopyEventHandler BeforeItemCopy
Remarks
This event can be cancelled after it has started.
See Also
Reference
ExplorerEvents_10_Event Interface
ExplorerEvents_10_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.ExplorerEvents_10_BeforeItemCopyEventHandler