DotNetOpenMail 0.5.7 (beta)

SmtpProxy Properties

The properties of the SmtpProxy class are listed below. For a complete list of SmtpProxy class members, see the SmtpProxy Members topic.

Public Instance Properties

CaptureSmtpConversation Set this to "true" if you want to capture the SMTP negotiation. Once the conversation has finished, use "GetConversation" to view it.
LingerState (inherited from TcpClient) Gets or sets information about the sockets linger time.
NoDelay (inherited from TcpClient) Gets or sets a value that disables a delay when send or receive buffers are not full.
ReceiveBufferSize (inherited from TcpClient) Gets or sets the size of the receive buffer.
ReceiveTimeout (inherited from TcpClient) Gets or sets the amount of time a TcpClient will wait to receive data once a read operation is initiated.
SendBufferSize (inherited from TcpClient) Gets or sets the size of the send buffer.
SendTimeout (inherited from TcpClient) Gets or sets the amount of time a TcpClient will wait for a send operation to complete successfully.

Protected Instance Properties

Active (inherited from TcpClient) Gets or set a value that indicates whether a connection has been made.
Client (inherited from TcpClient) Gets or sets the underlying Socket.

See Also

SmtpProxy Class | DotNetOpenMail Namespace