LumiSoft Net Help
MessageStream Property
NamespacesLumiSoft.Net.POP3.ServerPOP3_e_GetMessageStreamMessageStream
Gets or sets message stream.
Declaration Syntax
C#Visual BasicVisual C++F#
public Stream MessageStream { get; set; }
Public Property MessageStream As Stream
	Get
	Set
public:
property Stream^ MessageStream {
	Stream^ get ();
	void set (Stream^ value);
}
member MessageStream : Stream with get, set
Property Value
Remarks
POP3 server starts reading message from stream current position and reads while end of stream reached.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119