Show / Hide Table of Contents

Class SmtpSettings

A email sender settings.

Inheritance
System.Object
SmtpSettings
SystemSmtpSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Mail.Configuration
Assembly: Kephas.Mail.dll
Syntax
public class SmtpSettings

Fields

| Improve this Doc View Source

DefaultSmtpPort

The default SMTP port.

Declaration
public const int DefaultSmtpPort = 25
Field Value
Type Description
System.Int32

Properties

| Improve this Doc View Source

Host

Gets or sets the host.

Declaration
public string Host { get; set; }
Property Value
Type Description
System.String

The host.

| Improve this Doc View Source

Password

Gets or sets the password.

Declaration
public string Password { get; set; }
Property Value
Type Description
System.String

The password.

| Improve this Doc View Source

Port

Gets or sets the port.

Declaration
public int? Port { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

The port.

| Improve this Doc View Source

SslAcceptAllCertificates

Gets or sets a value indicating whether the ssl accept all certificates.

Declaration
public bool SslAcceptAllCertificates { get; set; }
Property Value
Type Description
System.Boolean

True if ssl accept all certificates, false if not.

| Improve this Doc View Source

SslAllowedSuites

Gets or sets the ssl allowed suites.

Declaration
public string SslAllowedSuites { get; set; }
Property Value
Type Description
System.String

The ssl allowed suites.

| Improve this Doc View Source

SslAllowedVersions

Gets or sets the ssl allowed versions.

Declaration
public string SslAllowedVersions { get; set; }
Property Value
Type Description
System.String

The ssl allowed versions.

| Improve this Doc View Source

UserName

Gets or sets the name of the user.

Declaration
public string UserName { get; set; }
Property Value
Type Description
System.String

The name of the user.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX