Access message header properties
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The message header provides envelope information about a message. The message header interface is supported by all message types, and all message types have the same header information.
The message header is not created directly by the application. When any type of message is created, its header procedure is automatically created. The message procedure delegates header method calls to its header procedure.
The following table lists the methods to access message header information.