FreeBusyViewOptionsType Members
The FreeBusyViewOptionsType class specifies the type of free/busy information that is returned in response to an availability query.
The following tables list the members exposed by the FreeBusyViewOptionsType type.
Public Constructors
Name | Description | |
---|---|---|
FreeBusyViewOptionsType | The FreeBusyViewOptionsType constructor initializes a new instance of the FreeBusyViewOptionsType class. |
Top
Public Properties
Name | Description | |
---|---|---|
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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also