Discuss this help topic in SecureBlackbox Forum

TElMessagePart.GetEncodingStreamClass

TElMessagePart     


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


Returns stream class type corresponding to the specified encoding type.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    protected function GetEncodingStreamClass(const ContentTransferEncoding: TWideString ): TElMimeEncodingStreamClass;

[PHP]
    not available

[C++]
    not available

[Java]
    not available

Parameters

  • ContentTransferEncoding - encoding type.

Return value

    Type of the stream class.

Description

    Use this method to get stream class type corresponding to the specified encoding type. It recognizes encoders for 4 types: 'base64', 'quoted-printable', '7bit' and '8bit'.

Discuss this help topic in SecureBlackbox Forum