Discuss this help topic in SecureBlackbox Forum

TElMessagePart.HeaderContentTypeField

TElMessagePart     See also     


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


This read-only property provides direct access to the 'Content-Type' header field.

Declaration

[C#]
    TElMessageHeaderField HeaderContentTypeField;

[VB.NET]
    Property HeaderContentTypeField As TElMessageHeaderField

[Pascal]
    property HeaderContentTypeField : TElMessageHeaderField;

[C++]
    TElMessageHeaderField* get_HeaderContentTypeField();

[PHP]
    TElMessageHeaderField get_HeaderContentTypeField()

[Java]
    TElMessageHeaderField getHeaderContentTypeField();

Description

    Use this property when you need to get access to the 'Content-Type' header field.

Discuss this help topic in SecureBlackbox Forum