| Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
This is a support interface that is passed to every OLE DB store event sink. It is used to retrieve event information and control the event transaction.
| Method | Description |
|---|---|
| Abort | Aborts the event transaction if the event is synchronous. |
| EventBinding | Returns the event registration Item in the store that triggered caused the event. |
| GetEventItem | Returns an interface on the item that triggered the event. |
| GetEventSession | Returns an interface on the ADO/OLE DB Session object under which the event is executing. |