Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.Subject

TElSimpleMIMEMessage     See also     


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


Specifies contents of the "Subject:" header field.

Declaration

[C#]
    string Subject;

[VB.NET]
    Property Subject As String

[Pascal]
    property Subject: WideString;

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

[PHP]
    string get_Subject()
    void set_Subject(string $Value)

[Java]
    String getSubject();
    void setSubject(String Value);

Description

    Use this property to manipulate the message subject.

See also:     To_    

Discuss this help topic in SecureBlackbox Forum