Click or drag to resize

SmtpConfiguration Class

Represents an SMTP Connection Configuration
Inheritance Hierarchy
SystemObject
  ObservableObjectBase
    SMTPRouter.ModelsSmtpConfiguration

Namespace:  SMTPRouter.Models
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public class SmtpConfiguration : ObservableObjectBase

The SmtpConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSmtpConfiguration
Initializes a new instance of the SMTP Configuration
Top
Properties
  NameDescription
Public propertyDescription
A Description for the SMTP Configuration
Public propertyHost
The SMTP Host
Public propertyKey
A unique name to identify the SMTP Configuration
Public propertyPassword
The Password to connect to the SMTP
Public propertyPort
The Port Number
Public propertyRequiresAuthentication
A flag to define whether the SMTP Connection requires Authentication
Public propertySecureSocketOption
Represents the Secure Socket Options
Public propertyUser
The User Name to connect to the SMTP
Public propertyUseSSL
Defines whether SSL is necessary to perform the connection.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged (Inherited from ObservableObjectBase.)
Protected methodSetProperty``1 (Inherited from ObservableObjectBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from ObservableObjectBase.)
Top
See Also