Discuss this help topic in SecureBlackbox Forum

TElMessagePart.ContentTransferEncoding

TElMessagePart     


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


Specifies content of the "Content-Transfer-Encoding:" header field.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property ContentTransferEncoding : TString;
    procedure SetContentTransferEncoding(const ContentTransferEncoding: TString; ClearParams: Boolean = False);

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • ContentTransferEncoding - value of the "Content-Transfer-Encoding:"
  • ClearParams - determines if field parameters will be deleted.
    Default value - False.

Description

    Use this property to manipulate "Content-Transfer-Encoding:" header field contents. Note, that this value is used to actually encode the data being set as the body of the part. MIME assembler and parser do encoding/decoding automatically.
     Note, this property is read-only. Use SetContentTransferEncoding method to set its value.

Discuss this help topic in SecureBlackbox Forum