Provides methods for communication with SMTP servers.

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

Syntax

Visual Basic
Public Class Smtp _
	Inherits NetworkSession _
	Implements IDisposable
C#
public class Smtp : NetworkSession, IDisposable

Remarks

All members of this class are thread-safe.

Inheritance Hierarchy

System..::..Object
  Rebex.Net..::..NetworkSession
    Rebex.Net..::..Smtp

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also