ISocialSession::FindPerson

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

Gets a string that represents one or more persons who match the userID parameter.

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

Parameters

  • userId
    [in] A social network user ID, SMTP address, or display name of a person.

  • result
    [out] An XML string that represents one or more persons who match the identification information specified by the userId parameter.

Remarks

If one or more persons match the FindPerson request, this method returns the information for those persons in the result parameter. The result XML string must comply with the schema definition for friends, as defined in the schema for OSC provider extensibility.

See Also

Reference

ISocialSession : IUnknown