WebApiModulesSettingsSystemSettingsEmailSettingsEmailSettings constructor
WebApiModulesSettingsSystemSettingsEmailSettingsEmailSettings({
- String? emailSettingsId,
- String? host,
- int? port,
- bool? enableSsl,
- String? accountPassword,
- String? accountUsername,
- String? authenticationType,
- int? deleteDays,
- String? emailFromAddress,
- String? emailFromDisplay,
- bool? enableReplyTo,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsSystemSettingsEmailSettingsEmailSettings({
this.emailSettingsId,
this.host,
this.port,
this.enableSsl,
this.accountPassword,
this.accountUsername,
this.authenticationType,
this.deleteDays,
this.emailFromAddress,
this.emailFromDisplay,
this.enableReplyTo,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});