IFeed2::Password Property
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.