IFeedsManager::ItemCountLimit Property

Retrieves the system-defined limit of items retained for feeds.

Syntax

HRESULT IFeedsManager::get_ItemCountLimit(LONG *itemCountLimit);

Parameters

  • itemCountLimit
    Pointer to a variable of type LONG that receives the value.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The property has a default value of 2500.