Discuss this help topic in SecureBlackbox Forum

TElCMSContentHints.ContentDescription

TElCMSContentHints     See also     


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


This property describes the message content.

Declaration

[C#]
    string ContentDescription;

[VB.NET]
    Property ContentDescription As String

[Pascal]
    property ContentDescription : string;

[C++]
    void get_ContentDescription(std::string &OutResult);
    void set_ContentDescription(const std::string &Value);

[PHP]
    string get_ContentDescription()
    void set_ContentDescription(string $Value)

[Java]
    String getContentDescription();
    void setContentDescription(String Value);

Description

    ContentDescription field may contain information which may help application to choose messages for processing, such as message subject, etc.

See also:     ContentType    

Discuss this help topic in SecureBlackbox Forum