LumiSoft Mail Server User API
CRLF_LinesOnly Property
Namespaces > LumiSoft.Net > StreamLineReader > CRLF_LinesOnly
Gets or sets if lines must be CRLF terminated or may be only LF terminated too.
Syntax
C#Visual BasicManaged C++
public bool CRLF_LinesOnly { get; set; }
Public Property CRLF_LinesOnly As Boolean
public:
bool CRLF_LinesOnly {
	bool get ();
	void set (bool value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)