Platform SDK: Exchange 2000 Server

Registration Events

[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.

The following ICreateRegistration interface method will be called by the event sink source for event notification.

Name Description
Register Automatically called by the event system when an event registration item is saved to the store

You do not 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.