IFeedItem::LastDownloadTime Property
Retrieves the date and time of the last successful download.
Syntax
HRESULT IFeedItem::get_LastDownloadTime(DATE *lastDownload);
Parameters
- lastDownload
Pointer to a variable of type DATE that receives the last download date and time.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The value of IFeedItem::LastDownloadTime for the item might differ from the feed if the feed no longer contains the item, if the server responds to a conditional GET request, or if the feed item has not changed since the last time it was downloaded.
See Also