Discuss this help topic in SecureBlackbox Forum

TElMessagePart.HeaderFields

TElMessagePart     See also     


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


This read-only property allows access to the header field by its name.

Declaration

[C#]
    TElMessageHeaderField HeaderFields[string wsFieldName];

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

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

[C++]
    TElMessageHeaderField* get_HeaderFields(const sb_u16string &wsFieldName);
    TElMessageHeaderField* get_HeaderFields(const std::wstring &wsFieldName);

[PHP]
    TElMessageHeaderField get_HeaderFields(string $wsFieldName)

[Java]
    TElMessageHeaderField getHeaderFields(String wsFieldName);

Parameters

  • wsFieldName - name of the field to be accessed.

Description

    Use this property to get access to the header field by its name.

Discuss this help topic in SecureBlackbox Forum