Show / Hide Table of Contents

Class SmtpOAuthSetting

Inheritance
object
SmtpOAuthSetting
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.OAuth
Assembly: DotNetNuke.dll
Syntax
[DataContract]
public class SmtpOAuthSetting

Constructors

SmtpOAuthSetting()

Declaration
public SmtpOAuthSetting()

Properties

Help

Declaration
[DataMember(Name = "help")]
public string Help { get; set; }
Property Value
Type Description
string

IsBackground

Declaration
[IgnoreDataMember]
public bool IsBackground { get; set; }
Property Value
Type Description
bool

IsRequired

Declaration
[DataMember(Name = "isRequired")]
public bool IsRequired { get; set; }
Property Value
Type Description
bool

IsSecure

Declaration
[DataMember(Name = "isSecure")]
public bool IsSecure { get; set; }
Property Value
Type Description
bool

Label

Declaration
[DataMember(Name = "label")]
public string Label { get; set; }
Property Value
Type Description
string

Name

Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Value

Declaration
[DataMember(Name = "value")]
public string Value { get; set; }
Property Value
Type Description
string

Extension Methods

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