Discuss this help topic in SecureBlackbox Forum
Creates an instance of TElMessageHeaderField class and returns a reference to newly created instance.
Declaration
Parameters
- AName - name of the new header field.
- AValue - value of the new header field.
- Charset - charset of the header field text.
- Source - string from which the header must be read.
- SourcePos - position in the Source from which header field begins.
- Offset - position in the Source from which header field begins.
- IgnoreNativeCharset - determines 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 TElMessageHeaderField class.
Discuss this help topic in SecureBlackbox Forum