MeetingRequestMessageType.ConflictingMeetings 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 ConflictingMeetings property gets or sets an instance of the NonEmptyArrayOfAllItemsType class that represents all items that conflict with the meeting time that is associated with this instance of the MeetingRequestMessageType class.
public:
property ExchangeWebServices::NonEmptyArrayOfAllItemsType ^ ConflictingMeetings { ExchangeWebServices::NonEmptyArrayOfAllItemsType ^ get(); void set(ExchangeWebServices::NonEmptyArrayOfAllItemsType ^ value); };
public ExchangeWebServices.NonEmptyArrayOfAllItemsType ConflictingMeetings { get; set; }
Public Property ConflictingMeetings As NonEmptyArrayOfAllItemsType
Property Value
The ConflictingMeetings property returns an instance of the NonEmptyArrayOfAllItemsType class that represents all items that conflict with the meeting time that is associated with this instance of the MeetingRequestMessageType class.