Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Applies to: SharePoint Foundation 2010
An ActiveX control that provides a method for returning the name of the application that is used to synchronize events lists and contacts lists in Microsoft SharePoint Foundation 2010 with a messaging application such as Microsoft Outlook 2010.
This control is defined in the OWSSUPP.dll file, a dynamic-link library (DLL) that is installed in the Local_Drive:\\Program Files\Microsoft Office\OFFICE14 directory on the client computer during Microsoft Office Setup.
To instantiate this control, use the following function in JScript or JavaScript (ECMAScript):
new ActiveXObject("SharePoint.StssyncHandler.3")
In Microsoft Visual Basic Scripting Edition (VBScript), use the following to instantiate the control:
CreateObject("SharePoint.StssyncHandler.3")
Note
If the script on the page determines that the version of the application is Microsoft Office 2003 or earlier, 2 is used as the version number.
For information about synchronizing applications with SharePoint Foundation, see GetListItemChangesSinceToken and Synchronizing Applications.
Please sign in to use this experience.
Sign in