State of the Smtp object.

Namespace:  Rebex.Net
Assembly:  Rebex.Smtp (in Rebex.Smtp.dll)

Syntax

Visual Basic
Public Enumeration SmtpState
C#
public enum SmtpState

Members

Member nameDescription
Supported by the .NET Compact FrameworkDisconnected
Client is not connected.
Supported by the .NET Compact FrameworkConnecting
Connecting to server.
Supported by the .NET Compact FrameworkReady
Server is ready and awaiting commands.
Supported by the .NET Compact FrameworkSending
Sending command or message data to the server.
Supported by the .NET Compact FrameworkReading
Waiting for response or receiving response.
Supported by the .NET Compact FrameworkProcessing
Received response is being processed.
Supported by the .NET Compact FrameworkPipelining
Pipelining.
Supported by the .NET Compact FrameworkDisposed
Object is disposed and must not be used.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also