LumiSoft Mail Server User API
CloseMessageStream Property
Namespaces > LumiSoft.Net.POP3.Server > POP3_eArgs_GetMessageStream > CloseMessageStream
Gets or sets if message stream is closed automatically if all actions on it are completed. Default value is true.
Syntax
C#Visual BasicManaged C++
public bool CloseMessageStream { get; set; }
Public Property CloseMessageStream As Boolean
public:
bool CloseMessageStream {
	bool get ();
	void set (bool value);
}

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