Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the collection of subfolders in this folder.
Syntax
HRESULT IFeedFolder::get_Subfolders(IDispatch **disp);
Parameters
- disp
Address of a pointer to a variable of type IDispatch interface that receives the subfolder enumerator.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Query the pointer returned in disp for the IFeedsEnum interface.
See Also
IFeedsEnum::Count, IFeedFolder::Feeds, IFeedFolder::GetSubfolder