|
RDOSocialActivity object represents an activity of a social network user.
Returned by RDOSocialActivities.Item
Social connector activities are template based. Multiple activities refer to the same template XML (exposed by the TemplateXml property). That template must be populated by the data coming from the activity itself (RawXml and the Variables collection). Redemption can parse the data and return the activity using the AsText property. If you need to parse data into a different format (e.g. HTML), you will need to parse the XML yourself or use the Data and Variables properties. See Outlook Social Connector Provider XML Schema on MSDN for details.
The example below .
|