SmtpConfiguration Class
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9147)
Represents configuration settings for one of the Smtp object's static Send methods.
Syntax
public class SmtpConfiguration
Inherited Members
Constructors
Name | Description |
---|---|
Smtp |
Creates a new instance of Smtp |
Smtp |
Creates a new instance of Smtp |
Smtp |
Creates a new instance of Smtp |
Properties
Name | Description |
---|---|
Authentication |
Gets or sets the authentication method. |
Client |
Gets or sets the client certificate chain. |
Default | Gets the default Smtp |
Delivery |
Gets or sets the delivery engine. |
Delivery |
Gets or sets the delivery method. |
From | Gets or sets the message sender address. |
Log |
Gets or sets the Log |
Parameters | Gets or sets the security parameters. |
Password | Gets or sets the password used for SMTP authentication. |
Pickup |
Gets or sets the pickup directory path (used with Smtp |
Proxy | Gets or sets the network proxy to use to access a remote server. |
Server |
Gets or sets the server address - a hostname or a dotted string address. |
Server |
Gets or sets the server port (e.g. 25). |
Settings | Gets or sets Smtp settings. |
Ssl |
Gets or sets the connection security mode. |
Use |
Gets or sets the value indicating whether to use the credentials of the current user to log in. |
User |
Gets or sets the user name used for SMTP authentication. |