ISocialSession : IUnknown

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

Represents a connection to a social network site.

Members

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

Name

Member type

Description

FindPerson

Method

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

FollowPerson

Method

Adds the person identified by the emailAddress parameter as a friend for the logged-on user on the social network.

GetActivities

Method

This method has been deprecated in OSC 1.1.

GetLoggedOnUser

Method

Gets an ISocialProfile interface that represents the logged-on user.

GetLogonUrl

Method

Gets a string that represents a URL that is used for presenting a browser-based form to the user during web authentication.

GetNetworkIdentifier

Method

Gets a string that represents a unique social network identifier for a given social network connection.

GetPerson

Method

Gets an ISocialPerson interface based on the userID parameter.

LoggedOnUserID

Property

Returns a string that represents the social network user ID of the user who is currently logged on.

LoggedOnUserName

Property

Returns a string that represents the user name that is used when logging on.

Logon

Method

Logs on to the social network site by using the specified user name and password.

LogonWeb

Method

Logs on to the social network site by using forms-based authentication.

SiteUrl

Property

Sets the social network site URL.

UnFollowPerson

Method

Removes the person identified by the userID parameter as a friend on the social network.

Remarks

An OSC provider must implement this interface to communicate with the OSC.

See Also

Concepts

Outlook Social Connector Provider Interfaces