Click or drag to resize

LeadEmailGetLeadEmailsById Method

Returns lead email by ID.

Namespace:  Dynamicweb.Analytics.Leads
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static LeadEmail GetLeadEmailsById(
	string id
)

Parameters

id
Type: SystemString
An ID of the lead email.

Return Value

Type: LeadEmail
Object of type Dynamicweb.Analytics.Leads.LeadEmail
See Also