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