EventMonitor

Passed to monitor low-level actions that occur in GroupWise. This method has no properties.

Properties

None.

Methods

Notify( String Context, Event evt )

Notification that an event occurred. The evt parameter represents one of these events:

Event

Description

eGW_EVT_DELIVERY

Indicates that an item has been delivered to the GroupWise mailbox. A C3PO will typically invoke the GWClientState::SetupDeliveryFolder method and query the corresponding folder when this event is broadcast.

eGW_EVT_READY

This notification occurs immediately after GroupWise is initialized. The following services are running at the time this method is called: DDE server; OLE objects registered and placed in the COM running object table.

eGW_EVT_SHUTDOWN

A notification to the C3POServer that shutdown is occurring. System services are still available when this notification is received. Immediately after returning from this method call, the C3PO should assume that the calling client has shut down. If the calling client is the last client to use the C3POManager, calls to the Manager will fail after this call has returned.

eGW_EVT_OVERFLOW

This notification indicates that too much information has been returned at the same time. When this occurs, you should query the corresponding folder to determine if the information you requested is there.

Remarks

None.