IFeedsManager::GetFolder Method

Retrieves a folder from its path.

Syntax

HRESULT GetFolder(
    BSTR folderPath,
    IDispatch **disp
);

Parameters

  • folderPath
    [in] BSTR that specifies the folder path.
  • disp
    [out, retval] Pointer to a variable of type IDispatch that receives the specified folder, or NULL if the folder does not exist.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IFeedsManager::ExistsFolder