EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessage.HeaderFields

TElMessage     See also    


 

This read-only property returns header field of the main part by its name.

 
 

Declaration

[C#]
    TElMessageHeaderField HeaderFields[[in] string HeaderFieldName];

[VB.NET]
    Property HeaderFields(ByVal HeaderFieldName As String) As TElMessageHeaderField

[Pascal]
    property HeaderFields[const HeaderFieldName: TWideString]: TElMessageHeaderField;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • HeaderFieldName - name of the header field.
 
 

Description

    Use this property when you need to get contents of the main part header field.

 
 

See also:     HeaderFieldValues

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