MeetingRequestMessageType.ConflictingMeetingCount Property

Definition

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.

public:
 property int ConflictingMeetingCount { int get(); void set(int value); };
public int ConflictingMeetingCount { get; set; }
Public Property ConflictingMeetingCount As Integer

Property Value

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.

Applies to