| LeadEmailCreateLeadEmailScheduledTask Method |
Creates the scheduled task for email sending.
Namespace:
Dynamicweb.Analytics.Leads
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public void CreateLeadEmailScheduledTask(
DateTime startDateTime
)
Public Sub CreateLeadEmailScheduledTask (
startDateTime As DateTime
)
Parameters
- startDateTime
- Type: SystemDateTime
The start date.
See Also