Discuss this help topic in SecureBlackbox Forum
Adds field to the message header.
Declaration
Parameters
- Name - name of the new field.
- Value - value of the new field.
- bOverride - indicates if old field will be overriden or new one will be added.
True - the first field with specified Name will be override.
False - new field with specified Name will be added.
Default value is False.
Description
Use this method when you want to add new field to the message header. If several fields with such name already exist you can override the first one.
Discuss this help topic in SecureBlackbox Forum