FBBlock_1 [Outlook 2003 API Reference]
Quick Info
Defines a free/busy block of data. This is an item on a calendar represented by an appointment or meeting request.
typedef struct tagFBBlock_1
{
long m_tmStart;
long m_tmEnd;
FBStatus m_fbstatus;
} FBBlock_1;
Members
m_tmStart
Start time for the block, expressed in relative time.
m_tmEnd
End time for the block, expressed in relative time.
m_fbStatus
Free/busy status for this block, indicating whether the user is out-of-office, busy, tentative, or free, during the time period between m_tmStart and m_tmEnd.