Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or retrieves the read status of the feed item.
Syntax
HRESULT IFeedItem::get_IsRead(VARIANT_BOOL *isRead); HRESULT IFeedItem::put_IsRead(VARIANT_BOOL isRead);
Parameters
- isRead
Pointer to a variable of type VARIANT_BOOL that receives the read status of the feed item.- isRead
VARIANT_BOOL that specifies the read status of the feed item.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The IFeedItem::IsRead property is set to VARIANT_TRUE in the local feed when the item is marked as read.