MAPIFolderEvents_12_Event Interface

Definition

This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events. Refer to this interface for information about all events of the COM object. However, use the Folder interface to access methods, properties, and events of the COM object.

public interface class MAPIFolderEvents_12_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface MAPIFolderEvents_12_Event
Public Interface MAPIFolderEvents_12_Event
Derived
Attributes

Events

BeforeFolderMove

Occurs when a folder is about to be moved or deleted, either as a result of user action or through program code.

BeforeItemMove

Occurs when an item is about to be moved or deleted from a folder, either as a result of user action or through program code.

Applies to