_IDistributionGroupEvents Interface

Events raised when distribution group and and group member related state changes occur.

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

dispinterface _IDistributionGroupEvents

Remarks

In addition, this dispinterface implements group expansion and nesting related state change events. This is a dispinterface. Its members define the event handlers for the events raised by an IDistributionGroup object. To catch the events, an OCOM API client must implement these event handlers and advise the event source of the implementation if it is interested in to receive the events. To prevent memory leaks, the client should unadvise the events when it is no longer interested in the events.The interface identifier (IID) of this interface is 082ee280-726e-417f-99cb-81a0ccbff883.

See Also

_IDistributionGroupEvents Members

UCCollaborationLib Namespace