LumiSoft Net Help
SendMessage Method (stream)
NamespacesLumiSoft.Net.SMTP.ClientSMTP_ClientSendMessage(Stream)
Sends raw message to SMTP server.
Declaration Syntax
C#Visual BasicVisual C++F#
public void SendMessage(
	Stream stream
)
Public Sub SendMessage ( 
	stream As Stream
)
public:
void SendMessage(
	Stream^ stream
)
member SendMessage : 
        stream : Stream -> unit 
Parameters
stream (Stream)
Message stream. Sending starts from stream current position.
Remarks
The stream must contain data in MIME format, other formats normally are rejected by SMTP server.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
InvalidOperationExceptionIs raised when SMTP client is not connected.
SMTP_ClientExceptionIs raised when SMTP server returns error.

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