Table of Contents

Class TimeSuggestion

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents an availability time suggestion.

public sealed class TimeSuggestion : ComplexProperty
Inheritance
TimeSuggestion
Inherited Members

Properties

Conflicts

Gets a collection of conflicts at the suggested time.

public Collection<Conflict> Conflicts { get; }

Property Value

Collection<Conflict>

IsWorkTime

Gets a value indicating whether the suggested time is within working hours.

public bool IsWorkTime { get; }

Property Value

bool

MeetingTime

Gets the suggested time.

public DateTime MeetingTime { get; }

Property Value

DateTime

Quality

Gets the quality of the suggestion.

public SuggestionQuality Quality { get; }

Property Value

SuggestionQuality