Discuss this help topic in SecureBlackbox Forum

TElMessageHeaderField.Value

TElMessageHeaderField     See also     


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


Contains header field value.

Declaration

[C#]
    string Value;

[VB.NET]
    Property Value As String

[Pascal]
    property Value : TString;

[C++]
    void get_Value(sb_u16string &OutResult);
    void get_Value(std::wstring &OutResult);
    void set_Value(const sb_u16string &Value);
    void set_Value(const std::wstring &Value);

[PHP]
    string get_Value()
    void set_Value(string $Value)

[Java]
    String getValue();
    void setValue(String AValue);

Description

    Use this property to manipulate value of the header field. Value is a part of Body.

See also:     Body     Name     Comments    

Discuss this help topic in SecureBlackbox Forum