Discuss this help topic in SecureBlackbox Forum
Creates an instance of TElMessageHeader class and returns a reference to newly created instance.
Declaration
[Java]
public TElMessageHeader();
Parameters
- Source - string from which header must be read.
- SourcePos - position in the Source from which the header begins.
- Offset - position in the Source from which header begins.
- Charset - charset of the header text
- IgnoreNativeCharset - specifies what charset must be applied to the message header.
True - the one specified in Charset
False - the one specified in message if it exists or specified in Charset if there is no charset specified in the message.
Default value - False
Description
Use this method to create a new instance of TElMessageHeader class.
Discuss this help topic in SecureBlackbox Forum