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