ISocialSession::GetPerson
获取基于 userID 参数的 ISocialPerson 接口。
HRESULT _stdcall GetPerson([in] BSTR userId, [out, retval] ISocialPerson** result);
参数
userId
[in]包含人员的用户 ID 或 SMTP 地址的字符串。
result
[out] ISocialPerson 接口。
备注
userID 参数必须是用户 ID 或 SMTP 地址。