IXFeedsManager::SetDefaultInterval Method

Sets the default update interval for feeds.

Syntax

HRESULT SetDefaultInterval(
    UINT uiInterval
);

Parameters

  • uiInterval
    [in] Unsigned integer that specifies the length of time, in minutes.

Return Value

Returns S_OK if successful, or E_INVALIDARG if the value is less than 15.

Remarks

Default interval settings are stored in the registry on a per-user basis.

The mandatory minimum value is 15 minutes. The default value is 24 hours (1440 minutes).

See Also

IXFeedsManager::DefaultInterval