MeetingRequestMessageType.ConflictingMeetingCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.