Discuss this help topic in SecureBlackbox Forum

TElMessagePart.FieldValue

TElMessagePart     See also     


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


Allows to access header field value by its name.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property FieldValue[const Name: TWideString] : TWideString;
    procedure SetFieldValue(const Name, Value: TWideString; ClearParams: Boolean);

[C++]
    not available

[PHP]
    not available

[Java]
    void setFieldValue(String Name, String Value, boolean ClearParams);

Parameters

  • Name - name of the field to be accessed.
  • Value - new field value.
  • ClearParams - determines if field parameters will be deleted.

Description

    Use this property when you need to access header field value by its name.
     Note, this property is read-only. Use SetFieldValue method to set its value.

Discuss this help topic in SecureBlackbox Forum