ExplorerEvents_10.BeforeItemPaste(Object, MAPIFolder, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Il s’agit d’un membre d’une interface d’événement dans une coclasse COM. Il n’est pas destiné à être utilisé dans votre code.
public:
void BeforeItemPaste(System::Object ^ % ClipboardContent, Microsoft::Office::Interop::Outlook::MAPIFolder ^ Target, [Runtime::InteropServices::Out] bool % Cancel);
public void BeforeItemPaste (ref object ClipboardContent, Microsoft.Office.Interop.Outlook.MAPIFolder Target, out bool Cancel);
Public Sub BeforeItemPaste (ByRef ClipboardContent As Object, Target As MAPIFolder, ByRef Cancel As Boolean)
Paramètres
- ClipboardContent
- Object
- Target
- MAPIFolder
- Cancel
- Boolean