Returns size of the batch used to determine how many emails are sent per CoreMessaging Scheduler run

Namespace: DotNetNuke.Entities.Host
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static int MessageSchedulerBatchSize { get; }
Visual Basic
Public Shared ReadOnly Property MessageSchedulerBatchSize As Integer
	Get

Remarks

Defaults to 50

See Also