Show / Hide Table of Contents

Class SmtpInfo

Inheritance
object
SmtpInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Mail
Assembly: DotNetNuke.dll
Syntax
public class SmtpInfo

Constructors

SmtpInfo()

Declaration
public SmtpInfo()

Properties

AuthProvider

Declaration
public string AuthProvider { get; set; }
Property Value
Type Description
string

Authentication

Declaration
public string Authentication { get; set; }
Property Value
Type Description
string

EnableSSL

Declaration
public bool EnableSSL { get; set; }
Property Value
Type Description
bool

Password

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

Server

Declaration
public string Server { get; set; }
Property Value
Type Description
string

Username

Declaration
public string Username { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS