IXFeedFolder::Feeds Method

Returns the collection of feeds in this folder.

Syntax

HRESULT Feeds(
    IXFeedsEnum **ppfe
);

Parameters

  • ppfe
    [out] Address of a pointer variable of type IXFeedsEnum that receives the enumerator for the collection.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IXFeedFolder::GetFeed, IXFeedFolder::Subfolders