Discuss this help topic in SecureBlackbox Forum
Specifies maximum expected email message line length.
Declaration
[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)
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