EmailHelperSettingsEmailQueueEnabled Method |
Gets whether e-mail queue is enabled for the specified site.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 12.0.0
Syntax public static bool EmailQueueEnabled(
string siteName
)
Parameters
- siteName
- Type: SystemString
Name of the site
Return Value
Type:
Booleantrue if e-mail queue is enabled, otherwise false
See Also