| ISubscriberFullNameFormaterGetContactSubscriberName Method | 
            Returns name of contact subscriber. Adds spaces where necessary.
            
 
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
 Syntax
Syntaxstring GetContactSubscriberName(
	string firstName,
	string middleName,
	string lastName
)
Parameters
- firstName
- Type: SystemString
 First name of contact
- middleName
- Type: SystemString
 Middle name of contact
- lastName
- Type: SystemString
 Last name of contact
Return Value
Type: 
StringName of contact subscriber
 See Also
See Also