SmtpExtension Class |
Namespace: Limilabs.Client.SMTP
The SmtpExtension type exposes the following members.
Name | Description | |
---|---|---|
Name |
Gets the name of the constant.
(Inherited from BasicConstant.) |
Name | Description | |
---|---|---|
Equals(Object) |
Determines whether the specified object is equal to the current object.
(Inherited from BasicConstant.) | |
Equals(BasicConstant) |
Determines whether the specified BasicConstant object is equal to the current one.
Names are compared case insensitive.
(Inherited from BasicConstant.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from BasicConstant.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns the Name of this object.
(Inherited from BasicConstant.) |
Name | Description | |
---|---|---|
Auth |
AUTH extension. You can use SupportedAuthenticationMethods to obtain all authentication methods supported by the remote server.
| |
BinaryMime |
BINARYMIME extension.
(RFC 3030)
| |
Bit8Mime |
8BITMIME extension.
(RFC 6152)
| |
Chunking |
CHUNKING extension. Allows sending message in chunks, without SMTP's \r\n.->\r\n.. conversion, which improves memory usage.
(RFC 3030)
| |
DSN |
DSN extension. It allows client to specify the conditions under which a Delivery Status Notification should be generated (Configuration, DeliveryNotification)
(RFC 3461)
| |
EnhancedStatusCodes |
ENHANCEDSTATUSCODES extension. It allows server to augment its responses with the enhanced mail system status codes.
Server that support this extension is going to provide EnhancedStatusCode in its responses.
(RFC 2034, RFC 1893)
| |
Pipelining |
PIPELINING extension.
It allows client to transmit groups of SMTP commands in batches without waiting for a response to each individual command.
SendMessage(IMail) method uses this feature to speed up sending messages.
(RFC 2920)
| |
Size |
SIZE extension.
| |
SmtpUTF8 | ||
StartTLS |
STARTTLS is supported. You can use StartTLS to secure the connection.
|