Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Gets the free/busy information for a resolved addressee.
[Visual Basic,VBScript] Sub GetFreeBusy( StartTime As Date, EndTime As Date, Interval As Long) As String [C++] HRESULT GetFreeBusy( DATE StartTime, DATE EndTime, long Interval, BSTR* pbstrRet ); [IDL] HRESULT GetFreeBusy( [in] DATE StartTime, [in] DATE EndTime, [in] long Interval, [out, retval] BSTR* pbstrRet );
The GetFreeBusy method returns the status for the free/busy time slots between the StartTime and EndTime parameters.