Click or drag to resize
ISubscriberEmailRetrieverGetEmailForContact Method
Get email for group subscriber (Contact group or Persona).

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
string GetEmailForContact(
	int contactID
)

Parameters

contactID
Type: SystemInt32
ID of contact that email is retrieved for

Return Value

Type: String
Null when contact was not found
See Also