Class SmtpOAuthSetting
Smtp auth setting.
Inheritance
System.Object
SmtpOAuthSetting
Namespace: DotNetNuke.Services.Mail.OAuth
Assembly: DotNetNuke.dll
Syntax
public class SmtpOAuthSetting : object
Properties
| Improve this Doc View SourceHelp
Gets or sets the setting help text.
Declaration
public string Help { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsBackground
Gets or sets a value indicating whether this setting is only used in server side.
Declaration
public bool IsBackground { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRequired
Gets or sets a value indicating whether this is a required setting.
Declaration
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSecure
Gets or sets a value indicating whether this is a secure setting.
Declaration
public bool IsSecure { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Label
Gets or sets the setting label.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the setting name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets the setting value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |