IXFeedItem::SetIsRead Method

Indicates whether the item has been read or not.

Syntax

HRESULT SetIsRead(
    BOOL bIsRead
);

Parameters

  • bIsRead
    [in] BOOL that specifies TRUE if the item has been read, or FALSE otherwise.

Return Value

Returns S_OK if successful, or an error value otherwise.