Click or drag to resize
EmailHelperQueueSendingInProgess Property
Gets a value indicating whether there are active sending threads.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static bool SendingInProgess { get; }

Property Value

Type: Boolean
true if sending is in progress, otherwise, false.
See Also