Class SmtpSettings
Inheritance
System.Object
SmtpSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Execution.Scheduling
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class SmtpSettings
Constructors
SmtpSettings()
Declaration
public SmtpSettings()
Properties
Address
Declaration
public virtual string Address { get; set; }
Property Value
System.String
|
Id
Declaration
public virtual Guid Id { get; set; }
Property Value
System.Guid
|
Password
Declaration
public virtual string Password { get; set; }
Property Value
System.String
|
Port
Declaration
public virtual int Port { get; set; }
Property Value
System.Int32
|
Subject
Declaration
public virtual string Subject { get; set; }
Property Value
System.String
|
Username
Declaration
public virtual string Username { get; set; }
Property Value
System.String
|
UseSsl
Declaration
public virtual bool UseSsl { get; set; }
Property Value
System.Boolean
|