LumiSoft Mail Server User API
PostMessage Method (newsgroup, message)
Namespaces > LumiSoft.Net.NNTP.Client > NNTP_Client > PostMessage(String, Stream)
Posts specified message to the specified newsgroup.
Syntax
C#Visual BasicManaged C++
public void PostMessage (
	string newsgroup,
	Stream message
)
Public Sub PostMessage ( _
	newsgroup As String, _
	message As Stream _
)
public:
void PostMessage (
	String^ newsgroup, 
	Stream^ message
)
Parameters
newsgroup (String)
Newsgroup where to post message.
message (Stream)
Message to post. Message is taken from stream current position.

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