EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#/Java  VB.NET  Pascal  ActiveX  DLL 


TElMessageHeaderField.Parse

TElMessageHeaderField    


 

Creates MessageHeaderField from stream.

 
 

Declaration

[C#/Java]
    internal protected int Parse([in] AnsiString ASource, ref int Offset, [in] AnsiString Charset, bool IgnoreNativeCharset /* = False */);

[VB.NET]
    Function Parse(ByVal ASource As AnsiString, ByRef Offset As Integer, ByVal Charset As AnsiString, ByVal IgnoreNativeCharset As Boolean = False) As Integer

[Pascal]
    protected function Parse(const ASource: AnsiString; var Offset: Integer; const Charset: AnsiString; IgnoreNativeCharset: Boolean = False): ELMIMERESULT;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • ASource - string from which header field must be read.
  • Offset - position in the Source from which header field begins.
  • Charset - charset of the header text
  • IgnoreNativeCharset - determines what charset must be applied to the message header field.
    True - the one specified in Charset
    Default value is False
 
 

Return value

    Returns 0 (EL_OK) on success, 1 (EL_WARNING) if source data contains byte sequences illegal for given charsets.
    Error otherwise.

 
 

Description

        Use this method to decompose header field from stream into parts.

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation