| LeadEmailGetActiveScheduledEmails Method |
Returns all active lead scheduled emails.
Namespace:
Dynamicweb.Analytics.Leads
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static IEnumerable<LeadEmail> GetActiveScheduledEmails()
Public Shared Function GetActiveScheduledEmails As IEnumerable(Of LeadEmail)
Return Value
Type:
IEnumerableLeadEmailCollection of active scheduled lead emails.
See Also