Suggestion Members
The Suggestion class represents a single meeting suggestion.
The following tables list the members exposed by the Suggestion type.
Public Constructors
Name | Description | |
---|---|---|
Suggestion | The Suggestion constructor initializes a new instance of the Suggestion class. |
Top
Public Properties
Name | Description | |
---|---|---|
AttendeeConflictDataArray | The AttendeeConflictDataArray property gets or sets information that describes conflicts between users and resources and the suggested meeting time. | |
IsWorkTime | The IsWorkTime property gets or sets a Boolean value that indicates whether the suggested meeting time occurs during scheduled work hours. | |
MeetingTime | The MeetingTime property gets or sets the suggested meeting time. | |
SuggestionQuality | The SuggestionQuality property gets or sets a value that indicates the quality of the meeting suggestion. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also