GroupAttendeeConflictData Members
Include Protected Members
Include Inherited Members
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.
The GroupAttendeeConflictData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GroupAttendeeConflictData | The GroupAttendeeConflictData constructor initializes a new instance of the GroupAttendeeConflictData class. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top