NewsletterHelperGetContactInfo Method |
Returns contact related with subscriber. If there is no known relation between contact and subscriber,
returns contact with the same email. In this case, if there is more contacts with the same email, selects the one with last logged activity.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax public static ContactInfo GetContactInfo(
SubscriberInfo subscriber
)
Parameters
- subscriber
- Type: CMS.NewslettersSubscriberInfo
Subscriber info
Return Value
Type:
ContactInfoContact info related to subscriber
Exceptions See Also