TimeSuggestion.Conflicts 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.
Gets a collection of conflicting meetings for the suggested meeting time.
public:
property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::Conflict ^> ^ Conflicts { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::Conflict ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.Conflict> Conflicts { get; }
Public ReadOnly Property Conflicts As Collection(Of Conflict)
Property Value
The value of the Conflicts property is a T:System.Collections.ObjectModel.Collection<T>Conflict objects that represent conflicts with the suggested meeting time.