IFeed2::Password Property

New for Internet Explorer 8

Gets the password used to authenticate the feed.

Syntax

HRESULT IFeed2::get_Password(BSTR *password);

Parameters

  • password
    Pointer to a variable of type BSTR that receives the password.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

Use IFeed::SetCredentials to store the password, and IFeed::ClearCredentials to remove it.