| DelayProbability | float | Probability of using the delay; 0.0 always delays, 0.5 gives a 50% chance of immediate or delayed send. | |
| IsWeekday | bool | Whether the delayed send is restricted to weekdays. | |
| IsWeekend | bool | Whether the delayed send is restricted to weekends. | |
| DayOfWeek | EB1DayOfWeek | Specific day of the week on which the delayed message should be sent. | |
| DelayDate | int32 | Number of in-game days to delay before sending the message. | |
| StartTime | int32 | Start time of the window during which the delayed message may be sent (HHmm format). | |
| AddOffsetTime | int32 | Random offset in minutes added to the start time to vary the exact send time. | |
| EndTime | int32 | End time of the window during which the delayed message may be sent (HHmm format). | |