SMTP extensions.

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

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration SmtpExtensions
C#
[FlagsAttribute]
public enum SmtpExtensions

Members

Member nameDescription
Supported by the .NET Compact FrameworkPipelining
Pipelining. Sending SMTP commands in groups.
Supported by the .NET Compact FrameworkChunking
Chunking. Enhanced method of sending message data.
Supported by the .NET Compact FrameworkBinaryMime
Binary MIME.
Supported by the .NET Compact FrameworkEightBitMime
8bit MIME.
Supported by the .NET Compact FrameworkEnhancedTurn
Enhanced turn (ETRN) command support.
Supported by the .NET Compact FrameworkEnhancedStatusCodes
Enhanced status codes.
Supported by the .NET Compact FrameworkDeliveryStatusNotifications
Delivery status notifications.
Supported by the .NET Compact FrameworkMessageSizeDeclaration
Message size declaration.
Supported by the .NET Compact FrameworkExplicitSecurity
Explicit TLS/SSL support (STARTTLS).
Supported by the .NET Compact FrameworkAll
All extensions.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also