| 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: 10.0.0
 Syntax
Syntaxpublic static ContactInfo GetContactInfo(
	SubscriberInfo subscriber
)
Parameters
- subscriber
- Type: CMS.NewslettersSubscriberInfo
 Subscriber info
Return Value
Type: 
ContactInfoContact info related to subscriber
 Exceptions
Exceptions See Also
See Also