Discuss this help topic in SecureBlackbox Forum

TElMailAddressList.FieldName

TElMailAddressList     


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


Specifies name of the header field to which this address list refers.

Declaration

[C#]
    string FieldName;

[VB.NET]
    Property FieldName As String

[Pascal]
    property FieldName : TString;

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

[PHP]
    string get_FieldName()
    void set_FieldName(string $Value)

[Java]
    String getFieldName();
    void setFieldName(String Value);

Description

    Use this property to get/set name of the field which contains this address list.

Discuss this help topic in SecureBlackbox Forum