ISocialSession::GetNetworkIdentifier

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

HRESULT _stdcall GetNetworkIdentifier([out, retval] BSTR* networkIdentifier);

Parameters

networkIdentifier

[out] A string that contains a unique social network identifier.

Remarks

A unique network identifier is a string that identifies the Outlook Social Connector (OSC) provider social network. This method can also return E_NOTIMPL.

See also