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.
Retrieves the URL from which the feed item was downloaded.
Syntax
HRESULT IFeedItem::get_DownloadUrl(BSTR *itemUrl);
Parameters
- itemUrl
Pointer to a variable of type BSTR that receives the URL.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The IFeedItem::DownloadUrl can be used for security zone mapping purposes.
The calling process is responsible for freeing the memory with SysFreeString.
See Also