LumiSoft Mail Server User API
MessageExists Property
Namespaces > LumiSoft.Net.POP3.Server > POP3_eArgs_GetMessageStream > MessageExists
Gets or sets if message exists. Set this false, if message actually doesn't exist any more.
Syntax
C#Visual BasicManaged C++
public bool MessageExists { get; set; }
Public Property MessageExists As Boolean
public:
bool MessageExists {
	bool get ();
	void set (bool value);
}

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