LumiSoft Mail Server User API
FetchMessage Method (uid, storeStream)
Namespaces > LumiSoft.Net.IMAP.Client > IMAP_Client > FetchMessage(Int32, Stream)
Gets specified message from server and stores to specified stream.
Syntax
C#Visual BasicManaged C++
public void FetchMessage (
	int uid,
	Stream storeStream
)
Public Sub FetchMessage ( _
	uid As Integer, _
	storeStream As Stream _
)
public:
void FetchMessage (
	int uid, 
	Stream^ storeStream
)
Parameters
uid (Int32)
Message UID which to get.
storeStream (Stream)
Stream where to store message.

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