Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 842 Bytes

isocialsession-getperson.md

File metadata and controls

38 lines (25 loc) · 842 Bytes
title manager ms.date ms.audience ms.topic ms.service ms.localizationpriority ms.assetid description
ISocialSessionGetPerson
lindalu
11/16/2014
Developer
reference
office-online-server
medium
2d0a2945-54d7-417f-b5c6-2647c70263cf
Gets an ISocialPerson interface based on the userID parameter.

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