GetUserAvailabilityRequestType.SuggestionsViewOptions Property

Definition

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.

Applies to