Table of Contents

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

DateTime

Quality

Gets the quality of the suggestion.

public SuggestionQuality Quality { get; }

Property Value

SuggestionQuality

TimeSuggestions

Gets a collection of suggested times within the suggested day.

public Collection<TimeSuggestion> TimeSuggestions { get; }

Property Value

Collection<TimeSuggestion>