Returns a value indicating whether the object is connected.

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

Syntax

Visual Basic
Public ReadOnly Property Connected As Boolean
	Get
C#
public bool Connected { get; }

Field Value

True if connected; otherwise false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also