ISocialProvider::Load

Initializes the Outlook Social Connector (OSC) provider.

HRESULT _stdcall Load([in] BSTR socialProviderInterfaceVersion, [in] BSTR languageTag);

Parameters

socialProviderInterfaceVersion

[in] The version of the OSC provider interfaces expected by the OSC.

languageTag

[in] The Internet Engineering Task Force (IETF) language tag, defined by [RFC4646] and [RFC4647], that represents the current Outlook user-interface language.

Remarks

The version format for the socialProviderInterfaceVersion parameter is X. xxxx, where X is the major version and xxxx is the minor version of the OSC. For Office 2013, check for the major version being 15.

See also