GetUserAvailabilityResponseType.SuggestionsResponse Property
The SuggestionsResponse property gets or sets suggestion data for requested meeting suggestions and the response status.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
Public Property SuggestionsResponse As SuggestionsResponseType
public SuggestionsResponseType SuggestionsResponse { get; set; }
public:
property SuggestionsResponseType^ SuggestionsResponse {
SuggestionsResponseType^ get ();
void set (SuggestionsResponseType^ value);
}
/** @property */
public SuggestionsResponseType get_SuggestionsResponse ()
/** @property */
public void set_SuggestionsResponse (SuggestionsResponseType value)
public function get SuggestionsResponse () : SuggestionsResponseType
public function set SuggestionsResponse (value : SuggestionsResponseType)
Property Value
The SuggestionsResponse property returns one of the SuggestionsResponseType enumeration values.
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.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also
Reference
GetUserAvailabilityResponseType Class
GetUserAvailabilityResponseType Members
ExchangeWebServices Namespace
GetUserAvailabilityRequestType Class
ExchangeServiceBinding.GetUserAvailability Method
Other Resources
GetUserAvailabilityResponse
GetUserAvailabilityRequest
GetUserAvailability Operation