IFeedsManager::RootFolder Property

Retrieves the root subscription folder.

Syntax

HRESULT IFeedsManager::get_RootFolder(IDispatch **disp);

Parameters

  • disp
    Address of a pointer to a variable of type IDispatch interface that receives the root subscription folder.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IFeedFolder::Subfolders