scriptOnly Element

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

Syntax

  Copy imageCopy Code
<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