IFeedItem::Description Property
Retrieves a phrase or sentence that describes the feed or item.
Syntax
HRESULT IFeedItem::get_Description(BSTR *description);
Parameters
- description
Pointer to a variable of type BSTR that receives the feed description.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Description is a required feed element, and an optional feed item element. The property value is NULL if not specified in the source.
Caller is responsible for freeing the memory with SysFreeString.