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 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.