SmtpConfiguration Class |
Namespace: SMTPRouter.Models
The SmtpConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| SmtpConfiguration |
Initializes a new instance of the SMTP Configuration
|
| Name | Description | |
|---|---|---|
| Description |
A Description for the SMTP Configuration
| |
| Host |
The SMTP Host
| |
| Key |
A unique name to identify the SMTP Configuration
| |
| Password |
The Password to connect to the SMTP
| |
| Port |
The Port Number
| |
| RequiresAuthentication |
A flag to define whether the SMTP Connection requires Authentication
| |
| SecureSocketOption |
Represents the Secure Socket Options
| |
| User |
The User Name to connect to the SMTP
| |
| UseSSL |
Defines whether SSL is necessary to perform the connection.
|
| 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.) | |
| OnPropertyChanged | (Inherited from ObservableObjectBase.) | |
| SetProperty``1 | (Inherited from ObservableObjectBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from ObservableObjectBase.) |