IFeedFolder::Name Property
Retrieves the name of the current folder.
Syntax
HRESULT IFeedFolder::get_Name(BSTR *folderName);
Parameters
- folderName
Pointer to a variable of type BSTR that receives the name of the current folder.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Use IFeedFolder::Rename to change the name of the current folder.
The calling process is responsible for freeing the memory with SysFreeString.