GetUserAvailabilityRequestType.SuggestionsViewOptions Property
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 SuggestionsViewOptions property gets or sets the options for meeting suggestion information for an availability query. This property is optional unless the FreeBusyViewOptions property is not set. This is a read/write property.
public:
property ExchangeWebServices::SuggestionsViewOptionsType ^ SuggestionsViewOptions { ExchangeWebServices::SuggestionsViewOptionsType ^ get(); void set(ExchangeWebServices::SuggestionsViewOptionsType ^ value); };
public ExchangeWebServices.SuggestionsViewOptionsType SuggestionsViewOptions { get; set; }
Public Property SuggestionsViewOptions As SuggestionsViewOptionsType
Property Value
The SuggestionsViewOptions property returns a SuggestionsViewOptionsType object.
Remarks
This property is required if the FreeBusyViewOptions property is not set.