| IContactProviderGetContactForSubscribing Method (UserInfo) | 
            Gets contact associated with user.
            When contact doesn't exist, contact is created and inserted to database
            
 
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
 Syntax
SyntaxContactInfo GetContactForSubscribing(
	UserInfo user
)
Parameters
- user
- Type: CMS.MembershipUserInfo
 User used to get and update contact.
Return Value
Type: 
ContactInfoRetrieved contact.
 See Also
See Also