ISocialSession::GetPerson

Gets an ISocialPerson interface based on the userID parameter.

HRESULT _stdcall GetPerson([in] BSTR userId, [out, retval] ISocialPerson** result);

Parameters

userId

[in] A string that contains a user ID or SMTP address of a person.

result

[out] An ISocialPerson interface.

Remarks

The userID parameter must be a user ID or SMTP address.

See also