Example 6: Editing Object Fields
Pass SE_UPDATE as the access mode to SE_OpenTransmittalByFile().
Using functions from the Extraction API, obtain the SE_OBJECT for the <Description>.
Set new field values in a SE_FIELDS type, and call SE_PutFields just the same as in create mode.
Do NOT need to call SE_AddToTransmittal().