IXFeedItem::Title Method

Returns the title from the feed item.

Syntax

HRESULT Title(
    LPWSTR *ppszTitle
);

Parameters

  • ppszTitle
    [out] Pointer to a string that receives the title of the feed item.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

Title is an optional feed item element. The return value is NULL if not specified in the source.

The calling process is responsible for freeing the memory with CoTaskMemFree.