GroupAttendeeConflictData Class

The GroupAttendeeConflictData class contains aggregate conflict information about the number of users who are available, the number of users who have conflicts, and the number of users who do not have availability information in a distribution list for a suggested meeting time.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.AttendeeConflictData
    ExchangeWebServices.GroupAttendeeConflictData

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class GroupAttendeeConflictData _
    Inherits AttendeeConflictData
'Usage
Dim instance As GroupAttendeeConflictData
[SerializableAttribute]
public class GroupAttendeeConflictData : AttendeeConflictData

Remarks

A GroupAttendeeConflictData object is present in the GetUserAvailabilityResponseType instance that is returned by the GetUserAvailability method when an attendee in the request object is resolved to a distribution list.

The GroupAttendeeConflictData class identifies three states for members of a distribution list: available, conflicted, or no data. Distribution list expansion will support up to 100 members; therefore, the maximum value of the NumberOfMembers property is 100.

Distribution list expansion is recursive. If a distribution list contains a child distribution list that expands the total list membership to over 100 members, the child distribution list will not be expanded and will count as a single entry of the NumberOfMembersWithNoData property. If a child distribution list can be expanded and the total list membership does not increase to over 100 members, the child distribution list is expanded and the member counts are added to the counts of the GroupAttendeeConflictData class properties.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.