SmtpConfiguration Class |
Namespace: Limilabs.Client.SMTP
The SmtpConfiguration type exposes the following members.
Name | Description | |
---|---|---|
SmtpConfiguration |
Initializes new instance of the SmtpConfiguration class.
|
Name | Description | |
---|---|---|
AllowPartialSending |
Gets or sets the value indicating if SendMessage(IMail) and SendMessage(SmtpMail)
should send a message even if some recipients were rejected.
Setting this value to true when Pipelining is used improves performance.
Default is false.
| |
AuthenticationEncoding |
Gets or sets text encoding used when providing credentials.
| |
AuthWithoutInitialResponse |
Gets or sets the boolean value indicating if AUTH command should be used without initial response only.
Default is false.
| |
BccRenderMode |
Gets or sets the value indicating how BCC (Blind Carbon Copy) header is rendered when message is sent.
By default, messages with BCC recipients, are rendered with an empty BCC header.
Some servers might require no BCC header at all.
| |
CustomHost |
Gets or sets the value, which, if set, is used when sending HELO or EHLO commands.
| |
DeliveryNotification |
Gets or sets the delivery notification options (Delivery Status Notifications, DSN) for email.
Available when DSN is reported by SupportedExtensions.
| |
EnableChunking |
Gets or sets the value indicating if Chunking should be used when sending messages.
Default is true.
| |
EnablePipelining |
Gets or sets the value indicating if Pipelining should be used when sending messages.
Default is true.
| |
EnableValidation |
Gets or sets the value indicating if SmtpMail instance validation is performed before sending.
It ensures that the message has a sender, at least one recipient and a body.
Default is true.
| |
RetryAuthWithoutInitialResponse |
Gets or sets value indicating if AUTH command should be retried without initial response on failure.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
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 the default hash function. (Inherited from Object.) | |
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 a string that represents the current object. (Inherited from Object.) |