Platform SDK: Exchange 2000 Server

eventmethod Field

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

Full Name

http://schemas.microsoft.com/exchange/events/eventmethod

Name Constant

None

Variant (Automation) Subtype

[Visual Basic] Variant() of Strings

[C++] VT_ARRAY | VT_VARIANT

OLE DB Type

DBTYPE_ARRAY | DBTYPE_VARIANT

Remarks

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.