CalendarItemType.ConflictingMeetingCount Property
The ConflictingMeetingCount property gets or sets an integer value that represents the number of meetings that conflict with the calendar item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ConflictingMeetingCount As Integer
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As Integer
value = instance.ConflictingMeetingCount
instance.ConflictingMeetingCount = value
public int ConflictingMeetingCount { get; set; }
Property Value
Type: System.Int32
The ConflictingMeetingCount property returns an integer value that represents the number of meetings that conflict with the calendar item.