StssyncHandler.GetStssyncAppNameForType Method

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Based on the specified synchronization type, 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 Windows SharePoint Services with a client application.

expression.GetStssyncAppNameForType(pbstrType As String)

Parameters

expression

An expression that returns an StssyncHandler Control object.

pbstrType

A string that specifies the list synchronization type, which can be documents, calendar, contacts, tasks, or discussions.

Return Value

A String that contains the display name of the application.

See Also

Concepts

Extending the Connect To Control