ISocialSession::GetPerson

Applies to: Office 2007 | Outlook 2010 | SharePoint Server 2010

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

Reference

ISocialSession : IUnknown