IXFeedFolder::ExistsFeed Method
Verifies whether a feed exists.
Syntax
HRESULT ExistsFeed( LPCWSTR pszName, BOOL *pbFeedExists );
Parameters
- pszName
String that specifies the feed name.- pbFeedExists
Address of 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.