Discuss this help topic in SecureBlackbox Forum

TElMessage.Keywords

TElMessage     See also     


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


Specifies contents of "Keywords:" header field.

Declaration

[C#]
    string Keywords;

[VB.NET]
    Property Keywords As String

[Pascal]
    property Keywords : TString;
    function SetKeywords(const Keywords: TString): TElMessageHeaderField;

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

[PHP]
    string get_Keywords()

[Java]
    String getKeywords();
    TElMessageHeaderField setKeywords(String AKeywords);

Parameters

  • Keywords - comma-separated list of important words and phrases.
  • AKeywords -

Description

    Use this property to add some important words and phrases that might be useful for the recipient.
     Note, this property is read-only. Use SetKeywords method to set its value.

See also:     Comments     Subject    

Discuss this help topic in SecureBlackbox Forum