TimeSuggestion.Conflicts Property

Definition

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.

Applies to