Discuss this help topic in SecureBlackbox Forum

TElMessagePart.ContentSubtype

TElMessagePart     See also     


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


Specifies subtype of the part.

Declaration

[C#]
    string ContentSubtype;

[VB.NET]
    Property ContentSubtype As String

[Pascal]
    property ContentSubtype : TString;
    procedure SetContentSubtype(const ContentSubtype: TString; ClearParams: Boolean = False);

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

[PHP]
    string get_ContentSubtype()

[Java]
    String getContentSubtype();
    void setContentSubtype(String AValue, boolean ClearParams);

Parameters

  • ContentSubtype - content subtype of the part.
  • ClearParams - determines if field parameters will be deleted.
    Default value - False.

Description

    This property contains only content subtype. To get or set content type use ContentType property.
     Note, this property is read-only. Use SetContentSubtype method to set its value.

See also:     ContentType    

Discuss this help topic in SecureBlackbox Forum