SuggestionsResponseType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SuggestionsResponseType class contains response status information and suggestion data for requested meeting suggestions.
public ref class SuggestionsResponseType
public class SuggestionsResponseType
Public Class SuggestionsResponseType
- Inheritance
-
SuggestionsResponseType
Remarks
A SuggestionsResponseType object will only be returned by the GetUserAvailability operation if the SuggestionsViewOptions property is set in the GetUserAvailabilityRequestType object.
Constructors
SuggestionsResponseType() |
The SuggestionsResponseType constructor initializes a new instance of the SuggestionsResponseType class. |
Properties
ResponseMessage |
The ResponseMessage property gets or sets descriptive information about the response status. |
SuggestionDayResultArray |
The SuggestionDayResultArray property returns a collection of meeting time suggestions organized by day. |