GroupAttendeeConflictData Class

Definition

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.

public ref class GroupAttendeeConflictData : ExchangeWebServices::AttendeeConflictData
public class GroupAttendeeConflictData : ExchangeWebServices.AttendeeConflictData
Public Class GroupAttendeeConflictData
Inherits AttendeeConflictData
Inheritance
GroupAttendeeConflictData

Remarks

A GroupAttendeeConflictData object is present in the GetUserAvailabilityResponseType instance that is returned by the GetUserAvailability(GetUserAvailabilityRequestType) 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.

Constructors

GroupAttendeeConflictData()

The GroupAttendeeConflictData constructor initializes a new instance of the GroupAttendeeConflictData class.

Properties

NumberOfMembers

The NumberOfMembers property gets or sets the number of users, resources, and rooms in a distribution list.

NumberOfMembersAvailable

The NumberOfMembersAvailable property gets or sets the number of distribution list members who are available for a suggested meeting time.

NumberOfMembersWithConflict

The NumberOfMembersWithConflict property gets or sets the number of distribution list members who have a conflict with a suggested meeting time.

NumberOfMembersWithNoData

The NumberOfMembersWithNoData property gets or sets the number of distribution list members who do not have published free/busy data to compare to a suggested meeting time.

Applies to