| 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
)
Public Shared Function GetLeadEmailsById (
id As String
) As LeadEmail
Parameters
- id
- Type: SystemString
An ID of the lead email.
Return Value
Type:
LeadEmailObject of type Dynamicweb.Analytics.Leads.LeadEmail
See Also