LumiSoft Mail Server User API
StoreStream Property
Namespaces > LumiSoft.Net.SMTP.Server > GetMessageStoreStream_eArgs > StoreStream
Gets or sets Stream where to store incoming message. Storing starts from stream current position.
Syntax
C#Visual BasicManaged C++
public Stream StoreStream { get; set; }
Public Property StoreStream As Stream
public:
Stream^ StoreStream {
	Stream^ get ();
	void set (Stream^ value);
}

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