Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method has been deprecated in OSC 1.1.
HRESULT GetActivities([in] SAFEARRAY(BSTR) emailAddresses, [in] DATE startTime, [out, retval] BSTR *activities);
Remarks
Starting in OSC 1.1, the OSC no longer calls GetActivities. The OSC ignores the value of dynamicActivitiesLookup. To support dynamic activities lookup, implement the ISocialSession2::GetActivitiesEx method. Set cacheActivities as false, and getActivities and dynamicActivitiesLookupEx as true, which will prompt the OSC to call ISocialSession2::GetActivitiesEx instead.