StssyncHandler.GetStssyncAppName Method
Applies to: SharePoint Foundation 2010
Returns the display name of the application that is registered to handle the Stssync protocol, which is used for synchronizing events lists and contacts lists in Microsoft SharePoint Foundation with a client application.
expression.GetStssyncAppName()
Parameters
expression
An expression that returns an StssyncHandler Control object.
Return Value
A String containing the display name of the application.
Remarks
Script that invokes the synchronization feature calls this method to determine the name of the appropriate application to use for synchronization.