FreeBusyViewOptionsType Class
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 FreeBusyViewOptionsType class specifies the type of free/busy information that is returned in response to an availability query.
public ref class FreeBusyViewOptionsType
public class FreeBusyViewOptionsType
Public Class FreeBusyViewOptionsType
- Inheritance
-
FreeBusyViewOptionsType
Remarks
A FreeBusyViewOptionsType object is returned by the FreeBusyViewOptions property of a GetUserAvailabilityRequestType object.
Constructors
FreeBusyViewOptionsType() |
The FreeBusyViewOptionsType constructor initializes a new instance of the FreeBusyViewOptionsType class. |
Properties
MergedFreeBusyIntervalInMinutes |
The MergedFreeBusyIntervalInMinutes property gets or sets the time difference between two successive slots in the FreeBusyMerged view. This property is optional. This is a read/write property. |
MergedFreeBusyIntervalInMinutesSpecified |
The MergedFreeBusyIntervalInMinutesSpecified property gets or sets a Boolean value that specifies whether the MergedFreeBusyIntervalInMinutes property is serialized into the Simple Object Access Protocol (SOAP) request. This property is required if the MergedFreeBusyIntervalInMinutes property is set. This is a read/write property. |
RequestedView |
The RequestedView property gets or sets the type of calendar information that a client requests. This property is optional. This is a read/write property. |
RequestedViewSpecified |
The RequestedViewSpecified property gets or sets a Boolean value that specifies whether the RequestedView property is serialized into the Simple Object Access Protocol (SOAP) request. This property is required if the RequestedView property is set. This is a read/write property. |
TimeWindow |
The TimeWindow property gets or sets the time span that is queried for the user availability information. |