Discuss this help topic in SecureBlackbox Forum

TElIMAPClient.MaxLineLength

TElIMAPClient     


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


Specifies maximum expected email message line length.

Declaration

[C#]
    int MaxLineLength;

[VB.NET]
    Property MaxLineLength As Integer

[Pascal]
    property MaxLineLength : Integer;

[C++]
    int32_t get_MaxLineLength();
    void set_MaxLineLength(int32_t Value);

[PHP]
    integer get_MaxLineLength()
    void set_MaxLineLength(integer $Value)

[Java]
    int getMaxLineLength();
    void setMaxLineLength(int NewValue);

Parameters

  • NewValue - the desired new value for this property.

Description

    Use this property to specify, how long the expected mail line can be. Setting the very long value leads to memory increase. The default value is 10000.

Discuss this help topic in SecureBlackbox Forum