IFeed::Name Property

Retrieves the display name of the feed.

Syntax

HRESULT IFeed::get_Name(BSTR *name);

Parameters

  • name
    Pointer to a variable of type BSTR that receives the name of the feed.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The Name property is used both as the display name for the feed, and the name of the directory where the feed items are cached; it is distinct from the Title property of the feed. See Valid Feed and Folder Names for more information.

Use IFeed::Rename to change the name of the current feed.

The calling processis responsible for freeing the memory with SysFreeString.

See Also

IFeed::Rename