SmtpProtocolGetResponse Method Ipswitch.Messaging.Framework
Get a response from the server containing the response code and message (or messages).

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public override SmtpResponse GetResponse()

Return Value

Type: SmtpResponse
An SmtpResponse that contains the response codes and message (or messages) sent by the server.
Exceptions

ExceptionCondition
InvalidOperationExceptionNo connection is available.
ObjectDisposedExceptionThis object has been disposed.
See Also

Reference