GroupAttendeeConflictData.NumberOfMembersWithConflict Property

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

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

Syntax

'Declaration
Public Property NumberOfMembersWithConflict As Integer
    Get
    Set
'Usage
Dim instance As GroupAttendeeConflictData
Dim value As Integer

value = instance.NumberOfMembersWithConflict

instance.NumberOfMembersWithConflict = value
public int NumberOfMembersWithConflict { get; set; }

Property Value

Type: System.Int32
The NumberOfMembersWithConflict property returns the number of distribution list members who have a conflict with a suggested meeting time.

Remarks

The NumberOfMembersWithConflict property is the number of members for whom the availiblity status is Busy, OOF, or Tentative.