Class Suggestion
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents a suggestion for a specific date.
public sealed class Suggestion : ComplexProperty
- Inheritance
-
Suggestion
- Inherited Members
Properties
Date
Gets the date and time of the suggestion.
public DateTime Date { get; }
Property Value
Quality
Gets the quality of the suggestion.
public SuggestionQuality Quality { get; }
Property Value
TimeSuggestions
Gets a collection of suggested times within the suggested day.
public Collection<TimeSuggestion> TimeSuggestions { get; }