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