IFreeBusyData::GetFBPublishRange [Outlook 2003 API Reference]

Gets a preset time range for an enumeration of free/busy blocks of data for a user.

Quick Info

See IFreeBusyData.

HRESULT GetFBPublishRange(
    LONG *prtmStart, 
    LONG *prtmEnd
);

Parameters

prtmStart

[out] A relative time value for the start of free/busy information. This value is the number of minutes since January 1, 1601.

prtmEnd

[out] A relative time value for the end of free/busy information. This value is the number of minutes since January 1, 1601.

Remarks

A free/busy provider calls IFreeBusyData::EnumBlocks or IFreeBusyData::SetFBRange to set the time range for an enumeration. IFreeBusyData::GetFBPublishRange must return the cached values for the time range set by the most recent call for IFreeBusyData::EnumBlocks or IFreeBusyData::SetFBRange.

See Also

IFreeBusyData::EnumBlocks

IFreeBusyData::SetFBRange

Use Relative Time to Access Free/Busy Data