IFeedFolder::Feeds Property

Retrieves the collection of feeds in this folder.

Syntax

HRESULT IFeedFolder::get_Feeds(IDispatch **disp);

Parameters

  • disp
    Address of a pointer to a variable of type IDispatch interface that receives the feed enumerator.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

Query the pointer returned in disp for the IFeedsEnum interface.

See Also

IFeedFolder::GetFeed, IFeedFolder::Subfolders