Discuss this help topic in SecureBlackbox Forum

TElMessageHeader Constructor

TElMessageHeader     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Creates an instance of TElMessageHeader class and returns a reference to newly created instance.

Declaration

[C#]
    TElMessageHeader();

[VB.NET]
    Sub New()

[Pascal]
    constructor Create;
    constructor Create(const Source: AnsiString; var Offset: Integer; Charset: AnsiString; IgnoreNativeCharset: Boolean = False);

[C++]
    not available

[PHP]
    not available

[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.

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum