Platform SDK: Exchange 2000 Server

IExStoreEventInfo::EventBinding

[This is preliminary documentation and subject to change.]

This method returns the event registration item that caused the event to fire on the given item.

[Visual Basic,VBScript]
Function EventBinding As Object
[C++]
HRESULT EventBinding ( IDispatch** ppBinding );
[IDL]
HRESULT EventBinding ( [out,retval] IDispatch** ppBinding );
ppBinding

On successful return, the passed address contains the registration item that triggered the event. This object can contain additional custom properties that define the context of the event.

Return Value

This method returns S_OK if successful.