IXFeedItem::IsRead Method

Returns the read status of the feed item.

Syntax

HRESULT IsRead(
    BOOL *pbIsRead
);

Parameters

  • pbIsRead
    [out] Pointer to a BOOL variable that is set to TRUE if the item has been read, or FALSE otherwise.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The IsRead value is set to TRUE in the local system feed when the item is marked as read.