ISocialPerson::GetPicture

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

Gets an array of bytes that contains the picture resource for the person.

HRESULT _stdcall GetPicture([out, retval] SAFEARRAY(unsigned char)* picture);

Parameters

  • picture
    [out] A pointer to a structure that specifies an array of bytes that represent the picture resource for a person.

Remarks

Supported picture resources are in .bmp, .jpeg, or .png format.

See Also

Reference

ISocialPerson : IUnknown