IFeed::Url Property

Sets or retrieves the URL of the feed.

Syntax

HRESULT IFeed::get_Url(BSTR *feedUrl);
HRESULT IFeed::put_Url(BSTR feedUrl);

Parameters

  • feedUrl
    Pointer to a variable of type BSTR that receives the source URL of the feed.
  • feedUrl
    BSTR that specifies the source URL of the feed.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The feedUrl parameter must be an absolute URL that begins with the "http:" or "https:" protocol. No other protocols are supported.

The calling process is responsible for freeing the memory with SysFreeString.

See Also

IFeed::Link