IFeedsManager::GetFeed Method

Retrieves a feed from its path.

Syntax

HRESULT GetFeed(
    BSTR feedPath,
    IDispatch **disp
);

Parameters

  • feedPath
    [in] BSTR that specifies the folder path and feed name.
  • disp
    [out, retval] Pointer to a variable of type IDispatch that receives the specified feed, or NULL if the feed does not exist.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IFeedsManager::ExistsFeed