ISocialPerson : IUnknown

Represents a person on the social network.

Members

The following table shows the members that are available on the ISocialPerson interface.

Name Member type Description
GetActivities
Method
This method has been deprecated since Outlook Social Connector 2013.
GetDetails
Method
Gets a string that represents details for the person, such as the first name, last name, and a URL to a profile picture.
GetFriendsAndColleagues
Method
Gets a string that represents a collection of people.
GetFriendsAndColleaguesIDs
Method
This method is currently not supported.
GetPicture
Method
Gets an array of bytes that contains the picture resource for the person.
GetStatus
Method
This method is currently not supported.

Remarks

An Outlook Social Connector (OSC) provider must implement this interface to communicate with the OSC.

See also