Clear Permissions
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