IXFeedsManager::ExistsFeed Method
Verifies whether a feed exists.
Syntax
HRESULT ExistsFeed( LPCWSTR pszPath, BOOL *pbFeedExists );
Parameters
- pszPath
[in] String that specifies the folder path and feed name.- pbFeedExists
[out] Pointer to a variable of type BOOL that receives TRUE if the feed exists, or FALSE otherwise.
Return Value
Returns S_OK if successful, or an error value otherwise.