IXFeedItem::Author Method
Returns the author from the feed item.
Syntax
HRESULT Author( LPWSTR *ppszAuthor );
Parameters
- ppszAuthor
[out] Pointer to a string that receives the author of the feed item.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Author is an optional feed item element. The return value is NULL if not specified in the source.
The user is responsible for freeing the memory with CoTaskMemFree.