Class SmtpInfo
Assembly: DotNetNuke.dll
Syntax
Constructors
SmtpInfo()
Declaration
Properties
AuthProvider
Declaration
public string AuthProvider { get; set; }
Property Value
Authentication
Declaration
public string Authentication { get; set; }
Property Value
EnableSSL
Declaration
public bool EnableSSL { get; set; }
Property Value
Password
Declaration
public string Password { get; set; }
Property Value
Server
Declaration
public string Server { get; set; }
Property Value
Username
Declaration
public string Username { get; set; }
Property Value
Extension Methods