Class EmailServiceOptions
- Namespace
- CMS.EmailEngine
- Assembly
- CMS.EmailEngine.dll
Options for configuration of the email services.
public class EmailServiceOptions
- Inheritance
-
objectEmailServiceOptions
- Extension Methods
Properties
MailoutIsExternal
Indicates whether email sending is performed by an external application or process. If set to true, parts of the administration UI that rely on email sending remain enabled, even if the application itself does not have an email client configured.
public bool MailoutIsExternal { get; set; }
Property Value
- bool
Remarks
Use ProcessingConfigured to check whether processing of emails is configured.