Discuss this help topic in SecureBlackbox Forum

TElMessage.Subject

TElMessage     See also     


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


Specifies contents of "Subject:" header field.

Declaration

[C#]
    string Subject;

[VB.NET]
    Property Subject As String

[Pascal]
    property Subject : TString;

[C++]
    void get_Subject(sb_u16string &OutResult);
    void get_Subject(std::wstring &OutResult);

[PHP]
    string get_Subject()

[Java]
    String getSubject();
    TElMessageHeaderField setSubject(String ASubject);

Parameters

  • ASubject -

Description

    Use this property to manipulate the subject of the message.
   Note that this property is read-only. Use SetSubject method to set its value.

See also:     SetSubject     Comments     KeyWords    

Discuss this help topic in SecureBlackbox Forum