Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Exchange provides support interfaces as tools for sinks to reach the store and perform tasks in the store. Some of these interfaces are passed as arguments in the event method calls. In all cases the interfaces can be obtained from Exchange objects. They are not meant to be implemented by you.
Support interfaces are:
Name | Description |
---|---|
IExStoreEventInfo and | Used to retrieve event information and control the event transaction. (Passed to every method the store calls for event sink notification.) |
IExStoreDispEventInfo | OLE Automation compatible version of the IExStoreEventInfo |
IExStoreEventLogonInfo | Used to provide information about the user who caused the event, and the store in which the event occurred. |
IGetSourceURL | Used for getting the URL of the source row |
IEventScriptStream | |
IExStoreEventRegistrationURL |
The use of these interfaces within an event sink is covered in the section Information Passed To a Sink.