ISocialProvider::DefaultSiteUrls

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

Returns an array of strings that specify site URLs for the OSC provider.

[propget] HRESULT _stdcall DefaultSiteUrls([out, retval] SAFEARRAY(BSTR)* siteUrls);

Property Value

A pointer to a structure that specifies an array of strings that represent site URLs for the OSC provider.

Remarks

A provider can support multiple site URLs. The OSC sets the ISocialSession::SiteUrl property to inform the provider of the selected site URL.

The OSC uses the first element of the array as the default site URL. A provider can return additional elements in the site URL array, but the OSC does not use them.

See Also

Reference

ISocialProvider : IUnknown