Share via


IContactGroupEvent Members

Include Protected Members
Include Inherited Members

Provides data for the ContactGroupChanged event.

The IContactGroupEvent type exposes the following members.

Properties

  Name Description
Public property AddedContacts Gets the contacts that were added to the conversation.
Public property AddedGroups Gets the groups that were added to the conversation.
Public property DeletedContacts Gets the contacts that were removed from the conversation.
Public property DeletedGroups Gets the groups that were deleted from the conversation.
Public property DeltaNum This property is defined by the messaging interface; however, it is not used by the instant messaging and presence provider.
Public property Endpoint Gets the endpoint associated with the event. (Inherited from IEvent.)
Public property IsFullList This property is defined by the messaging interface; however, it is not used by the instant messaging and presence provider.
Public property UpdatedContacts Gets the updated contacts for the conversation.
Public property UpdatedGroups Gets the groups that were updated for the conversation.

Top