Share via


MeetingRequestMessageType.ConflictingMeetingCount Property

The ConflictingMeetingCount property gets or sets an integer value that specifies the number of meetings that conflict with the meeting that is associated with this instance of the MeetingRequestMessageType class.

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

Syntax

'Declaration
Public Property ConflictingMeetingCount As Integer
    Get
    Set
'Usage
Dim instance As MeetingRequestMessageType
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 specifies the number of meetings that conflict with the meeting that is associated with this instance of the MeetingRequestMessageType class.