Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
IProcessDefinition.Mode takes this type to designate security privileges for a workflow process. Restricted mode cannot create objects in script actions or conditions. Privileged mode can create any object including custom COM objects in its actions and conditions.
Name | Value | Description |
---|---|---|
cdowfRestrictedMode | 0x01 | No object creation privileges. |
cdowfPrivilegedMode | 0x02 | Unlimited object creation privileges. |