Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
A multi-valued property indicating the names of each event of which an instance of the event sink should be notified.
http://schemas.microsoft.com/exchange/events/eventmethod
None
[Visual Basic] Variant() of Strings
[C++] VT_ARRAY | VT_VARIANT
DBTYPE_ARRAY | DBTYPE_VARIANT
This property can only contain event names from the same category. Each row in the following table lists these event categories:
Event Category | Event Names |
---|---|
Store Events | "OnSave", "OnDelete","OnSyncSave", "OnSyncDelete" |
System Events | "OnMDBStartup", "OnMDBShutdown" |
System Events (OnTimer) | "OnTimer" |
For example, one binding item's eventmethod property could contain "OnSave", "OnDelete", "OnSyncDelete", and another could contain "OnTimer", but not all four together in the same binding item.
Although each binding item can only contain event methods from a single event category, you can still use a single event sink COM class across multiple categories by using separate binding items. For example, one event sink COM class can be registered for notification of all events listed in the proceeding table, but you would need to create three event-binding items in the Web Store.