Platform SDK: Exchange 2000 Server

CdoWfEventType Enum

[This is preliminary documentation and subject to change.]

Set by workflow event sink before it calls the workflow engine. The event sink calls ProcessInstance.Advance with this as its first argument.

Name Value Description
cdowfOnCreate 1 Document was created.
cdowfOnChange 2 Document was modified.
cdowfOnDelete 3 Document was deleted.
cdowfOnExpiry 4 Document has been in the current state too long.
cdowfOnReceive 5 Received an e-mail response correlating to the document.

See Also

IProcessInstance.Advance

IProcessInstance