Platform SDK: Exchange 2000 Server

AuditTrailPropWF CoClass

[This is preliminary documentation and subject to change.]

Records workflow event activity messages to a column on the workflow folder item.

CLSID
CD001009-8B95-11D1-82DB-00C04FB1625D
ProgID
CDOWF.AuditTrailPropWF
Type Library
Microsoft CDO Workflow Objects for Microsoft Exchange
Inproc Server
CDOWF.DLL
Threading Model
Both
Although CDOWF objects are labeled 'BOTH', they are not in fact 'thread safe'. CDOWF objects do not support accessing one object from many threads.

Implemented Interfaces

IAuditTrail

Remarks

This is a sample audit trail provider, supplied with Workflow for Microsoft® Exchange 2000 Server. This provider writes its entries to a column on the workflow folder row, when specified as the AuditTrailProvider property of the ProcessDefinition object.The raw property name for this column is "http://schemas.microsoft.com/cdo/workflow/audittrail". You can use this string to access data in this column using ADO.

You can write your own audit trail provider by implementing the IAuditTrail interface.

See Also

IAuditTrail

AuditTrailProvider

ProcessDefinition

IAuditTrail