Share via


Clear Permissions

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.

The following example changes the permissions for the person who submitted the form change to read-only after an item is submitted.

Sub ClearPermissions()
   WorkflowSession.ItemAuthors.Clear
End Sub

See Also

Scripting in the Workflow Designer for Exchange Server | Script Examples for Exchange Server | Creating Script Procedures