IXFeedFolder::Subfolders Method
Returns the collection of subfolders in this folder.
Syntax
HRESULT Subfolders( IXFeedsEnum **ppfe );
Parameters
- ppfe
[out] Address of a pointer variable of type IXFeedsEnum that receives the enumerator.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also