scriptOnly Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

scriptOnly Element

Indicates that the application is an MSPL script-only application.

Syntax

<lc:scriptOnly />

Attributes

None.

Child Elements

None.

Parent Element

applicationManifest

Remarks

  • Include this element in the application manifest only if all application functionality is provided by the Microsoft SIP Processing Language (MSPL) script contained in the CDATA section of the message filtering script element (the splScript element). If an application is script-only, calling the MSPL Dispatch function will generate a compiler error.

  • For applications that include a managed code component, exclude this element from the application manifest.

  • The namespace prefix "lc" in the preceding usage example is the default namespace prefix, but can be replaced with any string value that you assign to your namespace using the xmlns attribute of the applicationManifest element.

See Also

Concepts

SIP Application Manifests

Application Attribute Elements

SIP Application Manifest Example