ISocialSession::Logon

Logs on to the social network site by using the specified user name and password.

HRESULT _stdcall Logon([in] BSTR username, [in] BSTR password);

Parameters

username

[in] A string that contains the user name to log on.

password

[in] A string that contains the password to log on.

See also