FBStatus

FBStatus

An enumeration for the free/busy status of free/busy blocks.

Quick Info

  enum 
    {
	fbFree	= 0,
	fbTentative = fbFree + 1,
	fbBusy	= fbTentative + 1,
	fbOutOfOffice	= fbBusy + 1
    }	FBStatus;

Remarks

The free/busy status of a block of time determines how it is displayed on a calendar: Free, Busy, Tentative, or Out of Office.

See Also

FBBlock_1

IEnumFBBlock::Next