Discuss this help topic in SecureBlackbox Forum

TElMessagePart.HeaderContentLocationField

TElMessagePart     See also     


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


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

Declaration

[C#]
    TElMessageHeaderField HeaderContentLocationField;

[VB.NET]
    Property HeaderContentLocationField As TElMessageHeaderField

[Pascal]
    property HeaderContentLocationField : TElMessageHeaderField;

[C++]
    TElMessageHeaderField* get_HeaderContentLocationField();

[PHP]
    TElMessageHeaderField get_HeaderContentLocationField()

[Java]
    TElMessageHeaderField getHeaderContentLocationField();

Description

    Use this property to get access to the 'Content-Location' header field.

Discuss this help topic in SecureBlackbox Forum