ISocialProvider : IUnknown

Represents an instance of an Outlook Social Connector (OSC) provider.

Members

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

Name Member type Description
DefaultSiteUrls
Property
Returns an array of strings that specify site URLs for the OSC provider.
GetAutoConfiguredSession
Method
Gets an automatically configured ISocialSession interface.
GetCapabilities
Method
Gets a string that describes provider capabilities.
GetSession
Method
Gets an ISocialSession interface.
GetStatusSettings
Method
This method is currently not supported.
Load
Method
Initializes the OSC provider.
SocialNetworkGuid
Property
Returns a GUID that represents a unique identifier for the social network.
SocialNetworkIcon
Property
Returns an array of bytes that represents the icon for the social network.
SocialNetworkName
Property
Returns a string that represents the social network name.
Version
Property
Returns a string that represents the version number of the provider for this social network.

Remarks

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

See also