Platform SDK: Exchange 2000 Server

ICreateRegistration Interface

[This is preliminary documentation and subject to change.]

This is an optional interface that you can implement in your sink to have further control over the registration for events in your sink.

Registration Event (Method) Function
Register Automatically called by the event system when an event registration item is saved to the store

Remarks

You do not have to register for ICreateRegistration events. Whenever an event is registered, the store registration system automatically queries your sink object for this interface. If the interface is available it then calls ICreateRegistration::Register.