Fields
This read-only property provides access to all fields of a document.
Syntax
Fields as ISCBCdrFields
Sample Code
The following sample code reads the text content of a simple field.
Dim FieldContent as string
FieldContent = pWorkdoc.Fields.Item("MyField").Text