Contains the busy search results for a recipient, or the combined results for all recipients.
The following table lists properties along with their access and descriptions.
|
Property |
Access |
Description |
|---|---|---|
|
Address |
R/O |
Address. The address of the busy search recipient, address or nothing when this BusySearchElement contains a combined result. |
|
Application |
R/O |
Application. The Application object. |
|
Completed |
R/O |
Boolean. TRUE if the busy search has completed. |
|
FreeBlocks |
R/O |
TimeBlocks collection. The collection of all free blocks of time. |
|
Parent |
R/O |
Object. The BusySearchElements collection or BusySearchResult object that owns this object. |
|
TargetType |
R/O |
Enum (AddressTargetTypeConstants). The target type (recipient type) of the user represented by Address, or undefined if this BusySearchElement contains a combined result. |
|
TimeBlocks |
R/O |
TimeBlocks collection. The collection of all blocks of time (free, blocked, etc.). |
A BusySearchElement object is refreshed when its parent object is refreshed. When a BusySearchElement object is refreshed, it recursively refreshes its Address object and the TimeBlocks collections (returned by its FreeBlocks and TimeBlocks properties).