FreeBusyViewOptionsType.MergedFreeBusyIntervalInMinutes Property
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.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
Public Property MergedFreeBusyIntervalInMinutes As Integer
public int MergedFreeBusyIntervalInMinutes { get; set; }
public:
property int MergedFreeBusyIntervalInMinutes {
int get ();
void set (int value);
}
/** @property */
public int get_MergedFreeBusyIntervalInMinutes ()
/** @property */
public void set_MergedFreeBusyIntervalInMinutes (int value)
public function get MergedFreeBusyIntervalInMinutes () : int
public function set MergedFreeBusyIntervalInMinutes (value : int)
Property Value
The MergedFreeBusyIntervalInMinutes property returns an integer that represents a time difference in minutes.
Remarks
The default value for this property is 30 minutes. Six minutes is the minimum interval and one day (1440 minutes) is the maximum interval value for this property. This value is used only if the RequestedView property is set to MergedOnly, FreeBusyMerged, or DetailedMerged. The stream that contains the intervals that are defined by this property is returned in the MergedFreeBusy property.
You must set the MergedFreeBusyIntervalInMinutesSpecified property to true so that the MergedFreeBusyIntervalInMinutes property is serialized into the Simple Object Access Protocol (SOAP) request.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)