RDOFreeBusyRange object |
RDOFreeBusyRange collection represents a set of free/busy slots .
Returned by:
RDOCalendarOptions.FreeBusyList, RDOAddressEntry.FreeBusyList
The example below prints out the free/busy information for the default mailbox.
set Session =
CreateObject("Redemption.RDOSession") |
Derived from: IDispatch |
||
|
||
Properties |
||
|
||
Count |
The number of items in the collection |
|
End |
Date, read-only. Returns the end of the published free/busy range.
|
|
LastUpdated |
DateTime, read-only. Returns date and time when the free busy data was updated last time
|
|
Start |
Date, read-only. Returns the start of the published free/busy range.
|
|
Methods |
||
|
||
Item(Index) |
Returns an RDOFreeBusySlot object with the given index Index - integer. 1 through Count |