SuggestionsResponseType Class
The SuggestionsResponseType class contains response status information and suggestion data for requested meeting suggestions.
Inheritance Hierarchy
System.Object
ExchangeWebServices.SuggestionsResponseType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SuggestionsResponseType
'Usage
Dim instance As SuggestionsResponseType
[SerializableAttribute]
public class SuggestionsResponseType
Remarks
A SuggestionsResponseType object will only be returned by the GetUserAvailability Operation if the SuggestionsViewOptions property is set in the GetUserAvailabilityRequestType object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also