Send an end-of-data sequence (CRLF.CRLF) to the server.
Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
Return Value
Type: SmtpResponseAn SmtpResponse that contains the response codes and message (or messages) sent by the server.
Exceptions
| Exception | Condition |
|---|---|
| ConnectionException | The connection was terminated before sending could be completed. |
| InvalidOperationException | No connection is available. |
| ObjectDisposedException | This object has been disposed. |
See Also