Example 3: Summary
Simple createTransmittal call replaces SE_OpenTransmittalByFile call with “SE_AC_MODE_CREATE”.
Instead of manipulating the SE_Fields object and then call SE_PutFields, we manipulate the fields via direct methods on the seDRMDescription object.
SE_AddComponentRelationship is replaced with addComponent
- Link object is now optional, no NULL parameter required.
Transmittal is closed when the workspace drops out of scope.