Additional Event Sink Interfaces

Additional Event Sink Interfaces

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

If you want further control over the registration for every event in your sink, you can implement an additional interface. You do not register for the event system to call the method that is associated with this interface. If the method is implemented in your sink, it is automatically called at the appropriate times.

ICreateRegistration

The optional ICreateRegistration Interface method shown in the following table is called by the event sink source.

Name Description
Register Method Called by Microsoft® Exchange when an event registration item is saved, copied, moved, or replicated. Use this method to reject event registration requests, or to respond to registration items that have been modified, copied, moved, or replicated.

Whenever an event registration item that specifies the event sink is saved, copied, moved, or replicated, Exchange automatically queries the event sink for this interface. This gives you an opportunity to perform your own custom checks for event registration and handle event registrations when they are changed, copied, moved, or replicated.

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.